Skip to content

Commit

Permalink
Merge pull request #184 from simplybusiness/ruby-bump
Browse files Browse the repository at this point in the history
Update Ruby version to 3.3.3 and simplycop gem to 2.1.0
  • Loading branch information
addersuk authored Jul 17, 2024
2 parents 3e67c58 + bae53bc commit c612a97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Ruby CI

on:
push:
branches:

env:
CI: true
Expand All @@ -11,7 +10,7 @@ jobs:
build:
strategy:
matrix:
ruby-version: ["3.0", "3.1", "3.2"]
ruby-version: ["3.1", "3.2", "3.3"]
runs-on: ubuntu-latest
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inherit_gem:
- .simplycop_rspec.yml

AllCops:
TargetRubyVersion: 3.0
TargetRubyVersion: 3.1

Metrics/BlockLength:
Exclude:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.3.3
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

source 'https://rubygems.org'

gem 'faraday-retry', '~> 2.2'
gem 'octokit'

group :development, :test do
gem 'pry'
gem 'rspec'
gem 'simplycop'
end

gem 'faraday-retry', '~> 2.2'

0 comments on commit c612a97

Please sign in to comment.