We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4004bf1 commit 73d3288Copy full SHA for 73d3288
2 files changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v2
9
- uses: ruby/setup-ruby@v1
10
with:
11
- ruby-version: 3.1
+ ruby-version: 4.0
12
bundler-cache: true
13
- run: bundle install
14
- run: bundle exec rspec
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
- run: bundle exec rubocop
action_network_rest.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
end
spec.require_paths = ['lib']
- spec.required_ruby_version = '>= 3.0.0'
+ spec.required_ruby_version = '>= 4.0.0'
25
26
spec.add_dependency 'faraday', '~> 2.0'
27
spec.add_dependency 'faraday-mashify', '~> 1.0'
0 commit comments