diff --git a/Gemfile b/Gemfile index 004de145..2b8c671f 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ gem "jwt", "~> 2.5" group :development do gem "binding_of_caller" gem "byebug" - gem "spring", "~> 4.0" + gem "spring", "~> 4.1" gem "web-console", "~> 4.0" end diff --git a/Gemfile.lock b/Gemfile.lock index 7eeadcb1..783ae079 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -512,7 +512,7 @@ GEM json simplecov simplecov_json_formatter (0.1.3) - spring (4.0.0) + spring (4.1.0) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -649,7 +649,7 @@ DEPENDENCIES simplecov simplecov-cobertura simplecov-json - spring (~> 4.0) + spring (~> 4.1) turbo-rails twitter twitter-text