Skip to content

Commit

Permalink
remove rails 4.2 support and Blacklight > 6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Jun 4, 2017
1 parent 88077fd commit 72c67da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ rvm:

matrix:
include:
- rvm: 2.3.4
env: "RAILS_VERSION=4.2.8"
- rvm: 2.3.4
env: "RAILS_VERSION=5.0.3"

Expand Down
4 changes: 2 additions & 2 deletions geoblacklight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.required_rubygems_version = '>= 2.5.2'

spec.add_dependency 'rails', '>= 4.2.0', '< 5.1'
spec.add_dependency 'blacklight', '~> 6.3', '< 6.10'
spec.add_dependency 'rails', '~> 5.0'
spec.add_dependency 'blacklight', '~> 6.10'
spec.add_dependency 'leaflet-rails', '~> 0.7.3'
spec.add_dependency 'font-awesome-rails'
spec.add_dependency 'config'
Expand Down

0 comments on commit 72c67da

Please sign in to comment.