Skip to content

Commit

Permalink
remove rspec restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
olbrich committed Jul 16, 2015
1 parent afbbe2d commit 6f70dc6
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 :test do
gem 'rcov', :platforms => :mri_18
gem 'simplecov', :require => false, :platforms => :mri_19
gem 'simplecov-html', :platforms => :mri_19
gem 'rspec', '~>2.5'
gem 'rspec'
gem 'guard-rspec'
end

0 comments on commit 6f70dc6

Please sign in to comment.