We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73282ff + 26064f2 commit b4d9650Copy full SHA for b4d9650
Gemfile
@@ -35,7 +35,7 @@ end
35
group :development do
36
gem 'annotate'
37
gem 'graphiql-rails'
38
- gem 'listen', '>= 3.0.5', '< 3.3'
+ gem 'listen', '>= 3.0.5', '< 3.4'
39
gem 'rubocop'
40
gem 'rubocop-rails'
41
gem 'web-console', '>= 3.3.0'
Gemfile.lock
@@ -127,7 +127,7 @@ GEM
127
activesupport (>= 5.0.0)
128
jmespath (1.4.0)
129
jwt (2.2.2)
130
- listen (3.2.1)
+ listen (3.3.3)
131
rb-fsevent (~> 0.10, >= 0.10.3)
132
rb-inotify (~> 0.9, >= 0.9.10)
133
lograge (0.11.2)
@@ -304,7 +304,7 @@ DEPENDENCIES
304
graphql
305
jbuilder
306
jwt
307
- listen (>= 3.0.5, < 3.3)
+ listen (>= 3.0.5, < 3.4)
308
lograge
309
mitlibraries-theme
310
pg
0 commit comments