diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 144f6db..21498a6 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -54,30 +54,29 @@ jobs: additional_name: "/ esbuild" additional_engine_cart_rails_options: "--css=bootstrap --javascript=esbuild" - # BLACKLIGHT 9, with beta cause that's all that's out as we write this - # and with Rails 8 and 8.1 + # BLACKLIGHT 9 and with Rails 8 and 8.1 # - rails_version: "~> 8.1.0.rc1" - blacklight_version: '~> 9.0.0.beta' + blacklight_version: '~> 9.0' ruby: "3.4" additional_name: "/ importmap-rails" additional_engine_cart_rails_options: "--css=bootstrap" - rails_version: "~> 8.1.0.rc1" - blacklight_version: '~> 9.0.0.beta' + blacklight_version: '~> 9.0' ruby: "3.4" additional_name: "/ esbuild" additional_engine_cart_rails_options: "--css=bootstrap --javascript=esbuild" - rails_version: "~> 8.0.0" - blacklight_version: '~> 9.0.0.beta' + blacklight_version: '~> 9.0' ruby: "3.4" additional_name: "/ importmap-rails" additional_engine_cart_rails_options: "--css=bootstrap" - rails_version: "~> 8.0.0" - blacklight_version: '~> 9.0.0.beta' + blacklight_version: '~> 9.0' ruby: "3.4" additional_name: "/ esbuild" additional_engine_cart_rails_options: "--css=bootstrap --javascript=esbuild" diff --git a/Gemfile b/Gemfile index 2e976bc..e174f07 100644 --- a/Gemfile +++ b/Gemfile @@ -9,10 +9,6 @@ group :test do gem 'activerecord-jdbcsqlite3-adapter', platform: :jruby end -# While gemspec allows BL8 and some people are using BL8... the build -# has never actually passed on BL8 yet. We may choose to run tests on -# a blacklight version other than the latest allowed by gemspec, to get -# tests to pass, or to test on older BL still supported here. if ENV['BLACKLIGHT_VERSION'] if ENV['BLACKLIGHT_VERSION'].include?("://") gem "blacklight", git: ENV['BLACKLIGHT_VERSION'] diff --git a/blacklight_range_limit.gemspec b/blacklight_range_limit.gemspec index 5701a26..e75d0b9 100644 --- a/blacklight_range_limit.gemspec +++ b/blacklight_range_limit.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.license = 'Apache 2.0' - s.add_dependency 'blacklight', '>= 7.25.2', '< 9' + s.add_dependency 'blacklight', '>= 7.25.2', '< 10' s.add_dependency 'view_component', ">= 2.54", "< 5" s.add_development_dependency 'rspec', '~> 3.0'