Merge pull request #697 from Retrospring/dependabot/bundler/spring-4.1.0
This commit is contained in:
commit
bf7b368bfe
2
Gemfile
2
Gemfile
|
@ -70,7 +70,7 @@ gem "jwt", "~> 2.5"
|
||||||
group :development do
|
group :development do
|
||||||
gem "binding_of_caller"
|
gem "binding_of_caller"
|
||||||
gem "byebug"
|
gem "byebug"
|
||||||
gem "spring", "~> 4.0"
|
gem "spring", "~> 4.1"
|
||||||
gem "web-console", "~> 4.0"
|
gem "web-console", "~> 4.0"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -505,7 +505,7 @@ GEM
|
||||||
json
|
json
|
||||||
simplecov
|
simplecov
|
||||||
simplecov_json_formatter (0.1.3)
|
simplecov_json_formatter (0.1.3)
|
||||||
spring (4.0.0)
|
spring (4.1.0)
|
||||||
sprockets (3.7.2)
|
sprockets (3.7.2)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (> 1, < 3)
|
rack (> 1, < 3)
|
||||||
|
@ -641,7 +641,7 @@ DEPENDENCIES
|
||||||
simplecov
|
simplecov
|
||||||
simplecov-cobertura
|
simplecov-cobertura
|
||||||
simplecov-json
|
simplecov-json
|
||||||
spring (~> 4.0)
|
spring (~> 4.1)
|
||||||
turbo-rails
|
turbo-rails
|
||||||
twitter
|
twitter
|
||||||
twitter-text
|
twitter-text
|
||||||
|
|
Loading…
Reference in New Issue