mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Bump listen from 3.7.0 to 3.7.1
Bumps [listen](https://github.com/guard/listen) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
eab04b9404
commit
5245cd0659
2
Gemfile
2
Gemfile
@ -37,7 +37,7 @@ gem 'jbuilder', '~> 2.11.3'
|
|||||||
gem 'sdoc', '~> 2.2.0', group: :doc
|
gem 'sdoc', '~> 2.2.0', 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.7.1', group: :development
|
||||||
|
|
||||||
gem 'bootstrap', '~> 5.1.3'
|
gem 'bootstrap', '~> 5.1.3'
|
||||||
gem "bootstrap_form", "~> 5.0"
|
gem "bootstrap_form", "~> 5.0"
|
||||||
|
|||||||
@ -106,7 +106,7 @@ GEM
|
|||||||
faraday-excon (1.1.0)
|
faraday-excon (1.1.0)
|
||||||
faraday-net_http (1.0.1)
|
faraday-net_http (1.0.1)
|
||||||
faraday-net_http_persistent (1.1.0)
|
faraday-net_http_persistent (1.1.0)
|
||||||
ffi (1.15.4)
|
ffi (1.15.5)
|
||||||
font-awesome-sass (5.15.1)
|
font-awesome-sass (5.15.1)
|
||||||
sassc (>= 1.11)
|
sassc (>= 1.11)
|
||||||
globalid (0.5.2)
|
globalid (0.5.2)
|
||||||
@ -122,7 +122,7 @@ GEM
|
|||||||
railties (>= 4.2.0)
|
railties (>= 4.2.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
jwt (2.2.3)
|
jwt (2.2.3)
|
||||||
listen (3.7.0)
|
listen (3.7.1)
|
||||||
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.13.0)
|
loofah (2.13.0)
|
||||||
@ -277,7 +277,7 @@ DEPENDENCIES
|
|||||||
font-awesome-sass (~> 5.15.1)
|
font-awesome-sass (~> 5.15.1)
|
||||||
jbuilder (~> 2.11.3)
|
jbuilder (~> 2.11.3)
|
||||||
jquery-rails (~> 4.4.0)
|
jquery-rails (~> 4.4.0)
|
||||||
listen (~> 3.7.0)
|
listen (~> 3.7.1)
|
||||||
mysql2 (~> 0.5.2)
|
mysql2 (~> 0.5.2)
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-github
|
omniauth-github
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user