Skip to content

Commit

Permalink
Merge pull request #6025 from avalonmediasystem/noid-rails-bump
Browse files Browse the repository at this point in the history
Use official release of noid-rails
  • Loading branch information
cjcolvar authored Sep 9, 2024
2 parents 49ee610 + 69b8fd8 commit 24cdb9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem 'active-fedora', git: 'https://github.com/samvera/active_fedora.git', branch
gem 'active_fedora-datastreams', '~> 0.5'
gem 'hydra-head', git: 'https://github.com/samvera/hydra-head.git', branch: 'af_version'
gem 'ldp', '~> 1.1.0'
gem 'noid-rails', git: 'https://github.com/samvera/noid-rails.git', branch: 'main'
gem 'noid-rails', '~> 3.2'
gem 'om', git: 'https://github.com/avalonmediasystem/om.git', tag: 'v3.2.0-ruby3'
gem 'rdf-rdfxml'

Expand Down
14 changes: 4 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,6 @@ GIT
hydra-core (= 12.1.0)
rails (>= 6.1, < 8.0)

GIT
remote: https://github.com/samvera/noid-rails.git
revision: 2ba44c844bc34a2bd78e8c492d75ed5e180669f6
branch: main
specs:
noid-rails (3.1.0)
actionpack (>= 5.0.0, < 8)
noid (~> 0.9)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -640,6 +631,9 @@ GEM
netrc (0.11.0)
nio4r (2.7.3)
noid (0.9.0)
noid-rails (3.2.0)
actionpack (>= 5.0.0, < 8)
noid (~> 0.9)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -1102,7 +1096,7 @@ DEPENDENCIES
mysql2
net-ldap
net-smtp
noid-rails!
noid-rails (~> 3.2)
okcomputer
om!
omniauth (~> 2.0)
Expand Down

0 comments on commit 24cdb9a

Please sign in to comment.