Skip to content

Commit

Permalink
use a fork of active-triples to permit ruby-3
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Nov 6, 2023
1 parent 46e9c5c commit 27c49bf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -24,7 +24,7 @@ gem 'rubydora'
gem 'cul_omniauth', '~> 0.7.0'
gem 'cancancan'
#gem 'cul_omniauth', git: 'https://github.com/cul/cul_omniauth', branch: '0.5.x'
gem 'active-triples', '~> 0.4.0'
gem 'active-triples', git: 'https://github.com/cul/ActiveTriples', branch: 'deprecation_update'

# Use wowza token gem for generating tokens
gem 'wowza-secure_token', '0.0.1'
Expand Down
28 changes: 17 additions & 11 deletions Gemfile.lock
@@ -1,3 +1,15 @@
GIT
remote: https://github.com/cul/ActiveTriples
revision: 252fd1b72ac1b5c5a54869554c088d637f5f9e94
branch: deprecation_update
specs:
active-triples (0.4.2.dev)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
deprecation (~> 1.1.0)
rdf (~> 1.1)
rdf-vocab (~> 0.8)

GIT
remote: https://github.com/samvera-deprecated/jettywrapper.git
revision: 6b03c21726a83dcecf09d9b20683bfcd63f106d1
Expand Down Expand Up @@ -61,12 +73,6 @@ GEM
rdf-rdfxml (~> 1.1)
rsolr (>= 1.0.11, < 3)
rubydora (>= 1.8.0, < 3)
active-triples (0.4.1)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
deprecation (~> 0.1)
rdf (~> 1.1)
rdf-vocab (~> 0.8)
activejob (6.1.7.2)
activesupport (= 6.1.7.2)
globalid (>= 0.3.6)
Expand Down Expand Up @@ -105,8 +111,8 @@ GEM
ostruct (>= 0.3.2)
rails (>= 5.1, < 7.1)
view_component (~> 2.66)
bootsnap (1.9.1)
msgpack (~> 1.0)
bootsnap (1.16.0)
msgpack (~> 1.2)
builder (3.2.4)
cancancan (3.4.0)
capistrano (3.5.0)
Expand Down Expand Up @@ -164,7 +170,7 @@ GEM
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.3.3)
deprecation (0.2.2)
deprecation (1.1.0)
activesupport
devise (4.8.0)
bcrypt (~> 3.0)
Expand Down Expand Up @@ -245,7 +251,7 @@ GEM
mini_portile2 (2.8.2)
minitest (5.20.0)
mono_logger (1.1.1)
msgpack (1.4.2)
msgpack (1.7.2)
multi_json (1.15.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
Expand Down Expand Up @@ -508,7 +514,7 @@ PLATFORMS
DEPENDENCIES
actionpack-action_caching
active-fedora (~> 8.7)
active-triples (~> 0.4.0)
active-triples!
addressable (~> 2.8.0)
bigdecimal (~> 3.0)
blacklight (~> 7.33.1)
Expand Down

0 comments on commit 27c49bf

Please sign in to comment.