Skip to content

Commit

Permalink
Merge pull request #136 from aws/upgrade-ruby
Browse files Browse the repository at this point in the history
Upgrade Ruby requirement
  • Loading branch information
mullermp authored Sep 27, 2023
2 parents 7a02f8c + 5792015 commit e630fa0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 22 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
matrix:
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, jruby-9.1, jruby-9.2, jruby-9.3, jruby-9.4]
env: [NEW_RAILS, OLD_RAILS]
exclude:
- ruby: '2.0'
env: NEW_RAILS
- ruby: 2.1
env: NEW_RAILS
- ruby: 2.2
env: NEW_RAILS

steps:
- name: Setup
Expand Down
15 changes: 0 additions & 15 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-09-27 19:58:03 UTC using RuboCop version 1.56.3.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# Configuration parameters: Severity, Include.
# Include: **/*.gemspec
Gemspec/RequiredRubyVersion:
Exclude:
- 'aws-record.gemspec'

# Offense count: 3
# Configuration parameters: AllowedMethods.
# AllowedMethods: enums
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Unreleased Changes

* Issue - Fix default value for String/Numeric Sets to be unset. (#133)

* Feature - Set required Ruby version to >= 2.3 (#134)

* Issue - Run Rubocop on all files. (#135)

2.11.0 (2023-06-02)
Expand Down
2 changes: 2 additions & 0 deletions aws-record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ Gem::Specification.new do |spec|

# Require 1.85.0 for user_agent_frameworks config
spec.add_dependency 'aws-sdk-dynamodb', '~> 1', '>= 1.85.0'

spec.required_ruby_version = '>= 2.3'
end

0 comments on commit e630fa0

Please sign in to comment.