Skip to content

Commit

Permalink
Merge pull request rsim#1801 from yahonda/rails6_requires_ruby25
Browse files Browse the repository at this point in the history
Rails 6 requires Ruby 2.5
  • Loading branch information
yahonda authored Dec 20, 2018
2 parents 76c4ea0 + e83b227 commit 36bada5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.4
TargetRubyVersion: 2.5
DisabledByDefault: true

# Prefer &&/|| over and/or.
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ install:

language: ruby
rvm:
- 2.4.5
- 2.5.3
- jruby-9.2.5.0
- ruby-head
Expand Down
2 changes: 1 addition & 1 deletion activerecord-oracle_enhanced-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.version = version

s.required_rubygems_version = ">= 1.8.11"
s.required_ruby_version = ">= 2.4.1"
s.required_ruby_version = ">= 2.5.0"
s.license = "MIT"
s.authors = ["Raimonds Simanovskis"]
s.description = 'Oracle "enhanced" ActiveRecord adapter contains useful additional methods for working with new and legacy Oracle databases.
Expand Down

0 comments on commit 36bada5

Please sign in to comment.