Skip to content

Commit

Permalink
Add spring back in to get CI to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinkelly committed Dec 3, 2019
1 parent 4aac9ff commit fc1c4f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile.tt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ group :development do
# Required in Rails 5 by ActiveSupport::EventedFileUpdateChecker
gem "listen"<%= gemfile_requirement("listen") %>
gem "overcommit", ">= 0.37.0", require: false

# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem "spring"
gem "spring-watcher-listen", "~> 2.0.0"

end

group :development, :test do
Expand Down

0 comments on commit fc1c4f7

Please sign in to comment.