Skip to content

Commit

Permalink
Specify the RSpec version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutov committed Mar 15, 2015
1 parent 72b4234 commit b749651
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 @@ -4,7 +4,7 @@ gem 'eventmachine', :git => 'git:https://github.com/eventmachine/eventmachine.git'

group :development do
gem 'rake'
gem 'rspec'
gem 'rspec', '~> 3.2'
gem 'em-http-request', :git => 'git:https://github.com/igrigorik/em-http-request'
gem 'remcached'
# gem 'em-mongo', :git => 'https://github.com/bcg/em-mongo.git'
Expand Down

0 comments on commit b749651

Please sign in to comment.