Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ end

group :development do
gem 'listen'
gem 'spring', '~> 4.2.0' # TODO: investigate issue
gem 'spring', github: 'rails/spring'
gem 'spring-commands-rspec'
gem 'spring-watcher-listen'
gem 'web-console'
Expand Down
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
GIT
remote: https://github.com/rails/spring.git
revision: 0b8dfae4ba95a635856b3dc32495ccce6b513241
specs:
spring (4.4.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -301,7 +307,6 @@ GEM
rexml (~> 3.2)
rubocop (>= 1.0, < 2.0)
slim (>= 3.0, < 6.0)
spring (4.2.1)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
spring-watcher-listen (2.1.0)
Expand Down Expand Up @@ -381,7 +386,7 @@ DEPENDENCIES
simplecov-lcov
slim-rails (~> 3.7)
slim_lint
spring (~> 4.2.0)
spring!
spring-commands-rspec
spring-watcher-listen
turbo-rails (~> 2.0)
Expand Down