Skip to content

Commit

Permalink
Remove version restriction on rspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Mar 25, 2013
1 parent 34e65c6 commit 6c18e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion songkick-oauth2-provider.gemspec
Expand Up @@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s|
s.add_development_dependency("activerecord", "~> 3.2.0") # The SQLite adapter in 3.1 is broken
s.add_development_dependency("mysql", "~> 2.8.0") if ENV["DB"] == "mysql" # version locked by ActiveRecord
s.add_development_dependency("pg") if ENV["DB"] == "postgres"
s.add_development_dependency("rspec", "~> 2.11.0")
s.add_development_dependency("rspec")
s.add_development_dependency("sqlite3")
s.add_development_dependency("sinatra", ">= 1.3.0")
s.add_development_dependency("thin")
Expand Down

0 comments on commit 6c18e64

Please sign in to comment.