Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Ensuring that the orangetheses dependency tracks the main branch" #2281

Merged
merged 1 commit into from
Dec 15, 2023
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem 'net-sftp', '~> 2.1', '>= 2.1.2'
gem 'net-smtp', require: false
gem 'oj'
gem 'omniauth-cas'
gem 'orangetheses', github: 'pulibrary/orangetheses', ref: 'main'
gem 'orangetheses', github: 'pulibrary/orangetheses', ref: '4ac8dc2bd04b10db764fc37df3261531c9937061'
gem 'pg'
gem "rack", ">= 2.0.6"
gem 'rack-conneg', '~> 0.1.5'
Expand Down
12 changes: 4 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ GIT

GIT
remote: https://github.com/pulibrary/orangetheses.git
revision: 3c288ca746bbe5369bca9027d5b159b47dbc97e2
ref: main
revision: 4ac8dc2bd04b10db764fc37df3261531c9937061
ref: 4ac8dc2bd04b10db764fc37df3261531c9937061
specs:
orangetheses (1.4.2)
chronic
Expand All @@ -25,7 +25,6 @@ GIT
iso-639
nokogiri
oai
psych (~> 5.1)
retriable
rsolr
yaml
Expand Down Expand Up @@ -200,7 +199,7 @@ GEM
xpath (~> 3.2)
celluloid (0.16.0)
timers (~> 4.0.0)
cgi (0.4.1)
cgi (0.3.6)
change_the_subject (0.3.3)
yaml
chronic (0.10.2)
Expand Down Expand Up @@ -243,7 +242,7 @@ GEM
dumb_delegator (1.0.0)
e2mmap (0.1.0)
ed25519 (1.3.0)
erb (4.0.3)
erb (4.0.2)
cgi (>= 0.3.3)
erubi (1.12.0)
execjs (2.8.1)
Expand Down Expand Up @@ -405,8 +404,6 @@ GEM
pry (>= 0.13, < 0.15)
pry-rails (0.3.9)
pry (>= 0.10.4)
psych (5.1.1.1)
stringio
public_suffix (5.0.3)
puma (5.6.7)
nio4r (~> 2.0)
Expand Down Expand Up @@ -575,7 +572,6 @@ GEM
sshkit-interactive (0.3.0)
sshkit (~> 1.12)
stomp (1.4.10)
stringio (3.1.0)
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
Expand Down
Loading