Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
2 changes: 1 addition & 1 deletion blacklight_range_limit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down