Skip to content

Commit 237606d

Browse files
Update dependency listen to '>= 3.0.5', '< 3.8.1'
1 parent c823554 commit 237606d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ end
3939
group :development do
4040
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
4141
gem 'web-console', '>= 3.3.0'
42-
gem 'listen', '>= 3.0.5', '< 3.2'
42+
gem 'listen', '>= 3.0.5', '< 3.8.1'
4343
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
4444
gem 'spring'
4545
gem 'spring-watcher-listen', '~> 2.0.0'

0 commit comments

Comments
 (0)