Skip to content

Commit

Permalink
Use tagged versions of forked dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Mar 14, 2023
1 parent 2c1fab3 commit c32cc5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'active_fedora-datastreams', '~> 0.5'
gem 'hydra-head', '~> 12.0'
gem 'ldp', '~> 1.1.0'
gem 'noid-rails', '~> 3.1'
gem 'om', git: 'https://github.com/avalonmediasystem/om.git', branch: 'ruby3'
gem 'om', git: 'https://github.com/avalonmediasystem/om.git', tag: 'v3.2.0-ruby3'
gem 'rdf-rdfxml'

# Samvera version pins
Expand Down Expand Up @@ -76,10 +76,10 @@ gem "omniauth-saml", "~> 2.0"
# Media Access & Transcoding
gem 'active_encode', '~> 1.0', '>= 1.1.2'
gem 'audio_waveform-ruby', '~> 1.0.7', require: 'audio_waveform'
gem 'browse-everything', git: "https://github.com/avalonmediasystem/browse-everything.git", branch: 'v1.2-avalon'
gem 'browse-everything', git: "https://github.com/avalonmediasystem/browse-everything.git", tag: 'v1.2.0-avalon'
gem 'fastimage'
gem 'media_element_add_to_playlist', git: 'https://github.com/avalonmediasystem/media-element-add-to-playlist.git', tag: 'avalon-r6.5'
gem 'mediainfo', git: "https://github.com/avalonmediasystem/mediainfo.git", branch: 'rails6.1'
gem 'mediainfo', git: "https://github.com/avalonmediasystem/mediainfo.git", tag: 'v0.7.1-avalon'
gem 'rest-client', '~> 2.0'
gem 'roo'
gem 'wavefile', '~> 1.0.1'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GIT
GIT
remote: https://github.com/avalonmediasystem/browse-everything.git
revision: 38610d19d36105ca9c311e0a641fdb43697fabea
branch: v1.2-avalon
tag: v1.2.0-avalon
specs:
browse-everything (1.2.0)
addressable (~> 2.5)
Expand All @@ -49,14 +49,14 @@ GIT
GIT
remote: https://github.com/avalonmediasystem/mediainfo.git
revision: bea9479d33328c6b483ee19c008730f939d98266
branch: rails6.1
tag: v0.7.1-avalon
specs:
mediainfo (0.7.1)

GIT
remote: https://github.com/avalonmediasystem/om.git
revision: ffde890b4187a7d8be41ae387264cd6eb20b6ba8
branch: ruby3
tag: v3.2.0-ruby3
specs:
om (3.2.0)
activemodel (>= 5.1)
Expand Down Expand Up @@ -457,8 +457,8 @@ GEM
retriable (>= 2.0, < 4.a)
rexml
webrick
google-apis-drive_v3 (0.33.0)
google-apis-core (>= 0.9.1, < 2.a)
google-apis-drive_v3 (0.37.0)
google-apis-core (>= 0.11.0, < 2.a)
googleauth (1.3.0)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
Expand Down

0 comments on commit c32cc5f

Please sign in to comment.