Skip to content

Commit

Permalink
support oldest Rails 5 version of ruby, and latest MRI ruby release
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Hardy committed Aug 31, 2016
1 parent 17cdd63 commit 624b52f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: ruby
sudo: true
rvm:
- 2.3.0
- 2.2.2 # oldest version supported by Rails 5
- 2.3.1 # latest release
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
Expand Down
2 changes: 2 additions & 0 deletions geo_concerns.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.2.2'

spec.add_dependency 'curation_concerns', '1.5.0'
spec.add_dependency 'leaflet-rails', '~> 0.7'
spec.add_dependency 'simple_mapnik', '0.0.9'
Expand Down

0 comments on commit 624b52f

Please sign in to comment.