mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 00:36:42 +01:00
Bump listen from 3.7.1 to 3.8.0
Bumps [listen](https://github.com/guard/listen) from 3.7.1 to 3.8.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0c8600579e
commit
ae7797109b
2
Gemfile
2
Gemfile
@ -37,7 +37,7 @@ gem 'jbuilder', '~> 2.11.3'
|
|||||||
gem 'sdoc', '~> 2.6.1', group: :doc
|
gem 'sdoc', '~> 2.6.1', group: :doc
|
||||||
|
|
||||||
gem 'web-console', '~> 4.2.0', group: :development
|
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', '~> 5.2.3'
|
||||||
gem "bootstrap_form", "~> 5.1"
|
gem "bootstrap_form", "~> 5.1"
|
||||||
|
|||||||
@ -144,7 +144,7 @@ GEM
|
|||||||
railties (>= 4.2.0)
|
railties (>= 4.2.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
jwt (2.3.0)
|
jwt (2.3.0)
|
||||||
listen (3.7.1)
|
listen (3.8.0)
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
loofah (2.21.2)
|
loofah (2.21.2)
|
||||||
@ -244,7 +244,7 @@ GEM
|
|||||||
thor (~> 1.0)
|
thor (~> 1.0)
|
||||||
zeitwerk (~> 2.5)
|
zeitwerk (~> 2.5)
|
||||||
rake (13.0.6)
|
rake (13.0.6)
|
||||||
rb-fsevent (0.11.0)
|
rb-fsevent (0.11.2)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rdoc (6.5.0)
|
rdoc (6.5.0)
|
||||||
@ -317,7 +317,7 @@ DEPENDENCIES
|
|||||||
font-awesome-sass (~> 6.4.0)
|
font-awesome-sass (~> 6.4.0)
|
||||||
jbuilder (~> 2.11.3)
|
jbuilder (~> 2.11.3)
|
||||||
jquery-rails (~> 4.5.1)
|
jquery-rails (~> 4.5.1)
|
||||||
listen (~> 3.7.0)
|
listen (~> 3.8.0)
|
||||||
mysql2 (~> 0.5.5)
|
mysql2 (~> 0.5.5)
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-github
|
omniauth-github
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user