Skip to content

Commit

Permalink
Use rspec ~> 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jul 1, 2016
1 parent 903821b commit 998a552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -35,7 +35,7 @@ else
end

if ENV['RAILS_VERSION'].nil? || ENV['RAILS_VERSION'] =~ /^5\.0/ || ENV['RAILS_VERSION'] == 'edge'
gem 'rspec-rails', '>= 3.5.0.beta4', '~> 3.5'
# noop
elsif ENV['RAILS_VERSION'] =~ /^4\.2/
gem 'responders', "~> 2.0"
gem 'sass-rails', ">= 5.0"
Expand Down
2 changes: 1 addition & 1 deletion blacklight.gemspec
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.add_dependency "twitter-typeahead-rails", '~> 0.11'

s.add_development_dependency "solr_wrapper"
s.add_development_dependency "rspec-rails", ">= 3.4", "< 4"
s.add_development_dependency "rspec-rails", "~> 3.5"
s.add_development_dependency "rspec-its"
s.add_development_dependency "rspec-collection_matchers", ">= 1.0"
s.add_development_dependency "capybara", '~> 2.6.0'
Expand Down

0 comments on commit 998a552

Please sign in to comment.