Skip to content

Commit

Permalink
Update blacklight dependency to require Rails 4.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Feb 16, 2016
1 parent e2756e7 commit 3ffd586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blacklight.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '~> 2.1'

s.add_dependency "rails", ">= 4.1", "< 5"
s.add_dependency "rails", ">= 4.2", "< 6"
s.add_dependency "globalid"
s.add_dependency "nokogiri", "~>1.6" # XML Parser
s.add_dependency "kaminari", ">= 0.15" # the pagination (page 1,2,3, etc..) of our search results
Expand Down

2 comments on commit 3ffd586

@ewlarson
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is Rails 5 really supported?

@cbeer
Copy link
Member Author

@cbeer cbeer commented on 3ffd586 Jul 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to be, yes, although there's a problem with turbolinks 5 that we're trying to address now. If you have Rails 5 bugs, please report them.

Please sign in to comment.