Skip to content

Commit

Permalink
Ruby 2.7 is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Oct 2, 2023
1 parent f05584c commit 3ae8951
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- '3.2'
- '3.1'
- '3.0'
- '2.7'
- 'head'
rails:
- rails_7.0.4
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AllCops:
NewCops: enable
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0
Exclude:
- bin/*
- lib/generators/**/*.rb
Expand Down
2 changes: 1 addition & 1 deletion remotipart.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.description = 'This gem augments the native Rails jQuery UJS remote form function enabling asynchronous file uploads with little to no modification to your application.'
s.license = 'MIT'

s.required_ruby_version = '>= 2.7.0'
s.required_ruby_version = '>= 3.0.0'

s.files = `git ls-files`.split("\n")

Expand Down

0 comments on commit 3ae8951

Please sign in to comment.