Skip to content

Commit

Permalink
Merge pull request #1426 from projectblacklight/rspec35
Browse files Browse the repository at this point in the history
Use rspec ~> 3.5
  • Loading branch information
Jessie Keck committed Jul 1, 2016
2 parents 903821b + 998a552 commit e25d118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 e25d118

Please sign in to comment.