Skip to content

Commit

Permalink
Fix failing travis specs because of different versions of rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmess committed Sep 15, 2014
1 parent 92d441d commit 52eb444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ source "http://rubygems.org"
gemspec

group :development do
gem 'rspec'
gem 'rspec-rails'
gem 'rspec', '2.8.0'
gem 'rspec-rails', '2.8.1'
gem 'sqlite3'
gem 'database_cleaner', '>= 1.2.0'
gem 'andand'
Expand Down

0 comments on commit 52eb444

Please sign in to comment.