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

Merge pull request #337 from projekteuler/dependabot/bundler/listen-3.8.0

Bump listen from 3.7.1 to 3.8.0
This commit is contained in:
Philipp Fischbeck 2023-05-18 16:26:42 +02:00 committed by GitHub
commit 14b33f553d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ gem 'jbuilder', '~> 2.11.3'
gem 'sdoc', '~> 2.6.1', group: :doc
gem 'web-console', '~> 4.2.0', group: :development
gem 'listen', '~> 3.7.0', group: :development
gem 'listen', '~> 3.8.0', group: :development
gem 'bootstrap', '~> 5.2.3'
gem "bootstrap_form", "~> 5.1"

View File

@ -144,7 +144,7 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jwt (2.3.0)
listen (3.7.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.21.2)
@ -244,7 +244,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.0.6)
rb-fsevent (0.11.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.5.0)
@ -317,7 +317,7 @@ DEPENDENCIES
font-awesome-sass (~> 6.4.0)
jbuilder (~> 2.11.3)
jquery-rails (~> 4.5.1)
listen (~> 3.7.0)
listen (~> 3.8.0)
mysql2 (~> 0.5.5)
omniauth
omniauth-github