Skip to content

Commit

Permalink
Remove unnecessary gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexventuraio committed Oct 2, 2023
1 parent c55c2b1 commit ceabe5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ group :development do
gem 'listen', '>= 3.0.5', '< 3.2'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', '~> 4.1', '>= 4.1.1'
gem 'spring-watcher-listen', '~> 2.1'
end

group :test do
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@ GEM
actionpack (>= 5.2)
activemodel (>= 5.2)
spring (4.1.1)
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
spring (>= 4)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -228,7 +225,6 @@ DEPENDENCIES
selenium-webdriver (~> 4.13, >= 4.13.1)
simple_form
spring (~> 4.1, >= 4.1.1)
spring-watcher-listen (~> 2.1)
sqlite3
turbolinks (~> 5)
tzinfo-data
Expand Down

0 comments on commit ceabe5b

Please sign in to comment.