diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aca3f7d..117edd8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: - master jobs: test: - name: Tests with Ruby ${{ matrix.ruby-version }} Rails ${{ matrix.rails }} + name: Tests with Ruby ${{ matrix.ruby-version }} runs-on: ubuntu-latest strategy: matrix: @@ -17,13 +17,6 @@ jobs: - 3.2 - 3.3 - 3.4 - rails: - - '7.0.0' - - '7.1.0' - - '7.2.0' - - '8.0.0' - env: - RAILS_VERSION: ${{ matrix.rails }} steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 diff --git a/activeresource-response.gemspec b/activeresource-response.gemspec index 3ec0b0b..e34372d 100644 --- a/activeresource-response.gemspec +++ b/activeresource-response.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.description = %q{This gem adds possibility to access http response object from result of ActiveResource::Base find method } s.license = 'MIT' - s.add_runtime_dependency('activeresource', ['>= 3', '< 6.2']) + s.add_runtime_dependency('activeresource', ['>= 6.1', '< 6.2']) s.add_dependency "jruby-openssl" if RUBY_PLATFORM == "java" s.add_development_dependency "minitest" s.add_development_dependency 'rake'