Skip to content

Commit

Permalink
Add support for Ruby 3.1, remove Ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSouthan committed Jan 31, 2022
1 parent 11ef1e0 commit 930a5dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ workflows:
name: Ruby << matrix.ruby-version >>
matrix:
parameters:
ruby-version: ["2.5.9", "2.6.7", "2.7.3", "3.0.1"]
ruby-version: ["2.6.7", "2.7.3", "3.0.1", "3.1.0"]
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ Naming/AccessorMethodName:

Gemspec/RequiredRubyVersion:
Enabled: false

Style/HashSyntax:
Enabled: false
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.1.0

0 comments on commit 930a5dc

Please # to comment.