Skip to content

Commit

Permalink
use released qa gem that works with Rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Dec 12, 2024
1 parent d95e9e5 commit a0456bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ gem "traject", ">= 3.5" # to include support for HTTP basic auth in Solr url
gem 'simple_form', "~> 5.0"

gem "browse-everything", "~> 1.4", github: "samvera/browse-everything"
gem "qa", "~> 5.2", ">= 5.13.0", github: "samvera/questioning_authority"
gem "qa", "~> 5.2", ">= 5.14.0"
gem "shrine", "~> 3.3" #, path: "../shrine"
# shrine-compat endpoint to get uppy to direct upload to S3 with resumable multi-part upload
gem "uppy-s3_multipart"
Expand Down
25 changes: 10 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,6 @@ GIT
signet (~> 0.8)
typhoeus

GIT
remote: https://github.com/samvera/questioning_authority.git
revision: 652d95a404b7d93d8c422a623c62069fe45d0e04
specs:
qa (5.13.0)
activerecord-import
deprecation
faraday (< 3.0, != 2.0.0)
geocoder
ldpath
nokogiri (~> 1.6)
rails (>= 5.0, < 8.1)
rdf

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -521,6 +507,15 @@ GEM
public_suffix (6.0.1)
puma (6.5.0)
nio4r (~> 2.0)
qa (5.14.0)
activerecord-import
deprecation
faraday (< 3.0, != 2.0.0)
geocoder
ldpath
nokogiri (~> 1.6)
rails (>= 5.0, < 8.1)
rdf
racc (1.8.1)
rack (3.1.8)
rack-attack (6.7.0)
Expand Down Expand Up @@ -847,7 +842,7 @@ DEPENDENCIES
prawn-svg (< 2)
pry-byebug
puma (~> 6.4)
qa (~> 5.2, >= 5.13.0)!
qa (~> 5.2, >= 5.14.0)
rack (>= 3.0)
rack-attack (~> 6.6)
rails (~> 8.0.0)
Expand Down

0 comments on commit a0456bb

Please sign in to comment.