Skip to content

Commit

Permalink
Merge pull request openfoodfoundation#2591 from mkllnk/remove-rack-li…
Browse files Browse the repository at this point in the history
…vereload

Remove gem rack-livereload
  • Loading branch information
sauloperez authored Aug 30, 2018
2 parents 1b88ede + 58cbe49 commit b4bfa3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ group :development do
gem 'guard'
gem 'listen', '3.0.8' # 3.1.0 requires ruby 2.2
gem 'guard-livereload'
gem 'rack-livereload'
gem 'guard-rails'
gem 'guard-rspec', '~> 4.7.3'
gem 'parallel_tests'
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,6 @@ GEM
rack (1.4.7)
rack-cache (1.7.1)
rack (>= 0.4)
rack-livereload (0.3.17)
rack
rack-rewrite (1.5.1)
rack-ssl (1.3.4)
rack
Expand Down Expand Up @@ -774,7 +772,6 @@ DEPENDENCIES
poltergeist (>= 1.16.0)
pry-byebug (>= 3.4.3)
rabl
rack-livereload
rack-rewrite
rack-ssl
rails (~> 3.2.22)
Expand Down

0 comments on commit b4bfa3f

Please sign in to comment.