Skip to content

Commit

Permalink
hold back spring version
Browse files Browse the repository at this point in the history
  • Loading branch information
aploshay committed Jul 22, 2022
1 parent 929184e commit 356ed21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,6 @@ end
group :production do
# gem "thin", "1.6.2"
end

# spring 3 requires stack upgrades
gem 'spring', '~> 2.1.1'
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
spring (3.1.1)
spring (2.1.1)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (2.12.5)
Expand Down Expand Up @@ -400,6 +400,7 @@ DEPENDENCIES
sdoc
selenium-webdriver
simplecov
spring (~> 2.1.1)
spring-commands-rspec
uglifier (>= 1.3.0)
webdrivers
Expand Down

0 comments on commit 356ed21

Please sign in to comment.