Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mezuro/prezento
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2f847d413bd8cafef9ae9180c4d23ecaeb05c1ef
Choose a base ref
..
head repository: mezuro/prezento
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e1cfeb0cb35bdab9ede7b6e6fa1f7850cec8f8c9
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 Gemfile
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -142,7 +142,7 @@ end

# Acceptance tests
group :cucumber, :test do
gem 'cucumber-rails', '~> 1.4.0'
gem 'cucumber-rails', '~> 1.4.0', :require => false
# cleans the database
gem 'database_cleaner', '~> 1.5.0'
end