Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #86 from waiting-for-dev/mb_rerun_dev
Browse files Browse the repository at this point in the history
Scope rerun dependency to development environment
  • Loading branch information
timriley authored Nov 25, 2018
2 parents dc17c3d + 832b9bd commit 1ea22b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/dry/web/roda/templates/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ gem "puma"
gem "rack_csrf"

gem "rack", ">= 2.0"
gem "rerun"

# Database persistence
gem "pg"
Expand All @@ -31,6 +30,10 @@ group :development, :test do
gem "pry-byebug", platform: :mri
end

group :development do
gem "rerun"
end

group :test do
gem "capybara"
gem "capybara-screenshot"
Expand Down

0 comments on commit 1ea22b0

Please sign in to comment.