Browse Source

Downgrade spring gem

pull/3/head
Angel Aviel Domaoan 4 years ago
parent
commit
37a26bcb2c
  1. 2
      Gemfile
  2. 4
      Gemfile.lock

2
Gemfile

@ -44,7 +44,7 @@ group :development do
gem 'rack-mini-profiler', '~> 2.0' gem 'rack-mini-profiler', '~> 2.0'
gem 'listen', '~> 3.3' gem 'listen', '~> 3.3'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring' gem 'spring', "~> 3"
gem "better_errors" gem "better_errors"
gem "binding_of_caller" gem "binding_of_caller"

4
Gemfile.lock

@ -325,7 +325,7 @@ GEM
connection_pool (>= 2.2.2) connection_pool (>= 2.2.2)
rack (~> 2.0) rack (~> 2.0)
redis (>= 4.2.0) redis (>= 4.2.0)
spring (4.0.0) spring (3.1.1)
sprockets (4.0.2) sprockets (4.0.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
@ -452,7 +452,7 @@ DEPENDENCIES
secure_headers (>= 6.3.0) secure_headers (>= 6.3.0)
selenium-webdriver selenium-webdriver
sentry-ruby (~> 4.8) sentry-ruby (~> 4.8)
spring spring (~> 3)
state_machines! state_machines!
state_machines-activerecord state_machines-activerecord
stimulus_reflex stimulus_reflex

Loading…
Cancel
Save