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

I663 cannot deploy main #665

Closed
wants to merge 2 commits into from
Closed
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: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem 'rails', '~> 7.0'

gem 'archivesspace-client'
gem 'aws-sdk-s3'
gem 'base64', '~>0.1.1'
gem 'bcrypt_pbkdf', '~> 1.1'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.1.0', require: false
Expand Down Expand Up @@ -42,6 +43,7 @@ gem 'puma'
gem 'rubyzip'
# Use SCSS for stylesheets
gem 'sass-rails'
gem 'stringio', '3.0.1'
gem 'terser'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
Expand Down
11 changes: 8 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ GEM
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
backport (1.2.0)
base64 (0.2.0)
base64 (0.1.1)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.0)
benchmark (0.3.0)
Expand Down Expand Up @@ -289,6 +289,8 @@ GEM
net-protocol
net-ssh (7.2.0)
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
omniauth (1.9.2)
Expand Down Expand Up @@ -473,7 +475,7 @@ GEM
sshkit (1.21.6)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
stringio (3.1.0)
stringio (3.0.1)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
terser (1.1.20)
Expand Down Expand Up @@ -524,13 +526,15 @@ GEM
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin-21
x86_64-linux

DEPENDENCIES
archivesspace-client
aws-sdk-s3
axe-core-api
axe-core-rspec
base64 (~> 0.1.1)
bcrypt_pbkdf (~> 1.1)
bixby
bootsnap (>= 1.1.0)
Expand Down Expand Up @@ -578,6 +582,7 @@ DEPENDENCIES
selenium-webdriver
simplecov
solargraph
stringio (= 3.0.1)
terser
timecop
tzinfo-data
Expand All @@ -587,4 +592,4 @@ DEPENDENCIES
whenever

BUNDLED WITH
2.3.26
2.5.6
Loading