Skip to content

Commit

Permalink
Loosen RSpec Dependency
Browse files Browse the repository at this point in the history
3.0.x is too specific, and is part of the last_comment issue.
  • Loading branch information
awood45 committed Jan 5, 2017
1 parent 97c6761 commit 94365fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ gemspec
gem 'rake', require: false

group :test do
gem 'rspec', '~> 3.0.0'
gem 'rspec', '~> 3'
gem 'cucumber'
gem 'simplecov', require: false
gem 'coveralls', require: false if RUBY_VERSION > '1.9.3'
Expand Down

0 comments on commit 94365fe

Please sign in to comment.