Skip to content

Commit

Permalink
Update Ruby v3
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver authored and adamruzicka committed Aug 2, 2023
1 parent 143eb9e commit 46cdbc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
ruby-version: 2.7
bundler-cache: true
- name: Run rubocop
if: github.event_name != 'push'
Expand All @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [2.5, 2.7]
ruby-version: ['2.7', '3.0', '3.1']
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require:
- rubocop-rake

AllCops:
TargetRubyVersion: 2.5
TargetRubyVersion: '2.7'

# Don't enforce documentation
Style/Documentation:
Expand Down
2 changes: 1 addition & 1 deletion smart_proxy_dynflow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.license = 'GPL-3.0'

gem.required_ruby_version = '>= 2.5'
gem.required_ruby_version = '>= 2.7', '< 4'

gem.add_runtime_dependency('dynflow', "~> 1.6")
gem.add_runtime_dependency('rest-client')
Expand Down

0 comments on commit 46cdbc2

Please sign in to comment.