Skip to content

Commit

Permalink
Specify minimum rspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 6, 2013
1 parent 2a05908 commit a0c1b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :development do
end

group :test do
gem 'rspec'
gem 'rspec', '>= 2.11'
gem 'simplecov', :require => false
gem 'webmock'
end
Expand Down

0 comments on commit a0c1b50

Please sign in to comment.