Skip to content

Commit

Permalink
up min ruby version to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrique Carbonell authored and Enrique Carbonel Muela committed Apr 9, 2015
1 parent b405bcd commit 40cb74a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
Expand All @@ -16,8 +15,6 @@ env:
matrix:
fast_finish: true
exclude:
- env: RAILS_VERSION='~> 4.0.0'
rvm: 1.8.7
- env: RAILS_VERSION='~> 4.0.0'
rvm: 1.9.2
- env: RAILS_VERSION='~> 4.1.0'
Expand Down
2 changes: 1 addition & 1 deletion yaml_db.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir['README.md', 'lib/**/*']
s.require_paths = ["lib"]

s.required_ruby_version = ">= 1.8.7"
s.required_ruby_version = ">= 1.9.2"

s.add_runtime_dependency "rails", ">= 3.0", "< 4.3"
s.add_runtime_dependency "rake", ">= 0.8.7"
Expand Down

0 comments on commit 40cb74a

Please sign in to comment.