Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Add support for ruby 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Oct 16, 2016
1 parent c8b62ac commit a0a5805
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.1.0
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: ruby
rvm:
- 2.1.0
- 2.2.2
- 2.3.0
before_install: gem install bundler -v 1.11.2
before_install:
- gem install bundler -v 1.11.2
- echo 'puts "ruby \"#{RUBY_VERSION}\""' | ruby >> Gemfile
4 changes: 1 addition & 3 deletions dato.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.1.2'

spec.add_development_dependency 'bundler', '~> 1.11'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.0'
Expand All @@ -36,7 +34,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'faraday', ['>= 0.9.0']
spec.add_runtime_dependency 'faraday_middleware', ['>= 0.9.0']
spec.add_runtime_dependency 'activesupport'
spec.add_runtime_dependency 'activesupport', ['>= 4.2.7']
spec.add_runtime_dependency 'fastimage'
spec.add_runtime_dependency 'downloadr'
spec.add_runtime_dependency 'addressable'
Expand Down

0 comments on commit a0a5805

Please sign in to comment.