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

Fixing circleci in main #3308

Merged
merged 1 commit into from
Dec 20, 2022
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
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ gem 'library_stdnums'
gem 'rake'
gem 'rspec-rails'
gem 'rubyzip', '>= 1.2.2'
gem 'sneakers', '~> 2.11'
gem 'sneakers'
gem 'sprockets-es6'
gem 'stringex', git: 'https://github.com/pulibrary/stringex.git', tag: 'vpton.2.5.2.2'

Expand Down Expand Up @@ -116,6 +116,7 @@ gem 'alma'
gem 'cobravsmongoose', '~> 0.0.2'
gem 'email_validator'
gem 'friendly_id', '~> 5.4.2'
gem 'matrix'
gem 'net-imap', require: false
gem 'net-ldap'
gem 'net-pop', require: false
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GEM
sassc-rails (>= 2.0.0)
bootstrap-select-rails (1.13.8)
builder (3.2.4)
bunny (2.19.0)
bunny (2.20.1)
amq-protocol (~> 2.3, >= 2.3.1)
sorted_set (~> 1, >= 1.0.2)
byebug (11.1.3)
Expand Down Expand Up @@ -685,6 +685,7 @@ DEPENDENCIES
lograge
logstash-event
mail_form
matrix
modernizr-rails
net-imap
net-ldap
Expand All @@ -704,7 +705,7 @@ DEPENDENCIES
sass-rails (~> 6.0)
selenium-webdriver (~> 4.1.0)
simple_form
sneakers (~> 2.11)
sneakers
solargraph
sprockets-es6
string_rtl
Expand Down