1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Merge pull request #230 from projekteuler/dependabot/bundler/listen-3.7.0

Bump listen from 3.6.0 to 3.7.0
This commit is contained in:
Philipp Fischbeck 2021-09-29 10:31:40 +02:00 committed by GitHub
commit 37deaa5535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ gem 'jbuilder', '~> 2.11.2'
gem 'sdoc', '~> 2.2.0', group: :doc
gem 'web-console', '~> 4.1.0', group: :development
gem 'listen', '~> 3.6.0', group: :development
gem 'listen', '~> 3.7.0', group: :development
gem 'bootstrap', '~> 5.0.1'
gem "bootstrap_form", "~> 4.5"

View File

@ -122,7 +122,7 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jwt (2.2.3)
listen (3.6.0)
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.10.0)
@ -277,7 +277,7 @@ DEPENDENCIES
font-awesome-sass (~> 5.15.1)
jbuilder (~> 2.11.2)
jquery-rails (~> 4.4.0)
listen (~> 3.6.0)
listen (~> 3.7.0)
mysql2 (~> 0.5.2)
omniauth
omniauth-github