Skip to content

Commit

Permalink
Lock rspec to 3.0 due to Regexp bug
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jan 22, 2015
1 parent 90e9bd4 commit df9d5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,7 +4,7 @@ gem 'json', :platforms => [ :jruby ]
gem 'rake'

group :development, :test do
gem 'rspec'
gem 'rspec', '3.0.0'
gem 'rake-compiler'

if ENV['CI']
Expand Down

0 comments on commit df9d5bf

Please sign in to comment.