Skip to content

Commit 8be2f1b

Browse files
committed
Update dependency listen to '>= 3.0.5', '< 3.3'
1 parent 1fee7ae commit 8be2f1b

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ group :development, :test do
5353
end
5454

5555
group :development do
56-
gem 'listen', '>= 3.0.5', '< 3.2'
56+
gem 'listen', '>= 3.0.5', '< 3.3'
5757
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
5858
gem 'spring'
5959
gem 'spring-watcher-listen', '~> 2.0.0'

Gemfile.lock

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,17 @@ GEM
6060
railties (>= 3.0.0)
6161
faker (1.9.1)
6262
i18n (>= 0.7)
63-
ffi (1.9.25)
63+
ffi (1.13.1)
6464
figaro (1.1.1)
6565
thor (~> 0.14)
6666
geocoder (1.5.0)
6767
globalid (0.4.1)
6868
activesupport (>= 4.2.0)
6969
i18n (1.1.0)
7070
concurrent-ruby (~> 1.0)
71-
listen (3.1.5)
72-
rb-fsevent (~> 0.9, >= 0.9.4)
73-
rb-inotify (~> 0.9, >= 0.9.7)
74-
ruby_dep (~> 1.2)
71+
listen (3.2.1)
72+
rb-fsevent (~> 0.10, >= 0.10.3)
73+
rb-inotify (~> 0.9, >= 0.9.10)
7574
loofah (2.2.2)
7675
crass (~> 1.0.2)
7776
nokogiri (>= 1.5.9)
@@ -122,9 +121,9 @@ GEM
122121
rake (>= 0.8.7)
123122
thor (>= 0.19.0, < 2.0)
124123
rake (12.3.1)
125-
rb-fsevent (0.10.3)
126-
rb-inotify (0.9.10)
127-
ffi (>= 0.5.0, < 2)
124+
rb-fsevent (0.10.4)
125+
rb-inotify (0.10.1)
126+
ffi (~> 1.0)
128127
rspec-core (3.8.0)
129128
rspec-support (~> 3.8.0)
130129
rspec-expectations (3.8.1)
@@ -142,7 +141,6 @@ GEM
142141
rspec-mocks (~> 3.8.0)
143142
rspec-support (~> 3.8.0)
144143
rspec-support (3.8.0)
145-
ruby_dep (1.5.0)
146144
shoulda-matchers (3.1.2)
147145
activesupport (>= 4.0.0)
148146
spring (2.0.2)
@@ -177,7 +175,7 @@ DEPENDENCIES
177175
faker
178176
figaro
179177
geocoder
180-
listen (>= 3.0.5, < 3.2)
178+
listen (>= 3.0.5, < 3.3)
181179
memcachier
182180
mysql2 (>= 0.4.4, < 0.6.0)
183181
puma (~> 3.11)

0 commit comments

Comments
 (0)