Skip to content

Commit

Permalink
bundler 2.5.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Dec 4, 2024
1 parent 50cb2a5 commit 54683e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN git clone https://github.com/rbenv/rbenv-vars.git $(rbenv root)/plugins/rben

ADD . /root/sosol/
WORKDIR /root/sosol
RUN rbenv install && rbenv rehash && gem install bundler:2.2.32 && rbenv rehash && bundle install && jruby -v && java -version && touch config/environments/development_secret.rb config/environments/production_secret.rb config/environments/test_secret.rb
RUN rbenv install && rbenv rehash && gem install bundler:2.5.23 && rbenv rehash && bundle install && jruby -v && java -version && touch config/environments/development_secret.rb config/environments/production_secret.rb config/environments/test_secret.rb
RUN bundle exec cap local externals:setup
# RUN RAILS_ENV=test ./script/setup

Expand Down
24 changes: 1 addition & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,11 @@ GEM
tzinfo (~> 2.0)
airbrake (13.0.4)
airbrake-ruby (~> 6.0)
airbrake-ruby (6.2.0)
rbtree3 (~> 0.5)
airbrake-ruby (6.2.0-java)
rbtree-jruby (~> 0.2)
ast (2.4.2)
base64 (0.2.0)
bcrypt (3.1.20)
bcrypt (3.1.20-java)
bigdecimal (3.1.8)
bigdecimal (3.1.8-java)
builder (3.3.0)
capistrano (2.15.11)
Expand All @@ -105,7 +101,6 @@ GEM
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
cgi (0.4.1)
cgi (0.4.1-java)
coderay (1.1.3)
coffee-rails (5.0.0)
Expand All @@ -121,7 +116,6 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.4.0)
date (3.4.0-java)
devise (4.9.4)
bcrypt (~> 3.0)
Expand Down Expand Up @@ -151,7 +145,6 @@ GEM
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.17.0-java)
ffi (1.17.0-x86_64-linux-gnu)
globalid (1.2.1)
activesupport (>= 6.1)
haml (6.3.0)
Expand All @@ -172,7 +165,6 @@ GEM
httpclient (2.8.3)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
io-console (0.7.2-java)
jdbc-mysql (8.4.0.1)
jdbc-postgres (42.6.0)
Expand All @@ -182,7 +174,6 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jruby-jars (9.4.9.0)
json (2.8.2)
json (2.8.2-java)
jwt (2.9.3)
base64
Expand Down Expand Up @@ -228,12 +219,9 @@ GEM
net-ssh (7.3.0)
net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
nio4r (2.7.4)
nio4r (2.7.4-java)
nokogiri (1.16.7-java)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
Expand Down Expand Up @@ -261,20 +249,14 @@ GEM
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
pry (0.15.0-java)
coderay (~> 1.1)
method_source (~> 1.0)
spoon (~> 0.0)
pry-rails (0.3.11)
pry (>= 0.13.0)
puma (6.5.0)
nio4r (~> 2.0)
puma (6.5.0-java)
nio4r (~> 2.0)
racc (1.8.1)
racc (1.8.1-java)
rack (2.2.10)
rack-attack (6.7.0)
Expand Down Expand Up @@ -326,7 +308,6 @@ GEM
rb-inotify (0.11.1)
ffi (~> 1.0)
rbtree-jruby (0.2.1)
rbtree3 (0.7.1)
regexp_parser (2.9.2)
reline (0.5.11)
io-console (~> 0.5)
Expand Down Expand Up @@ -420,8 +401,6 @@ GEM
warden (1.2.9)
rack (>= 2.0.9)
webrick (1.9.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-driver (0.7.6-java)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand All @@ -440,7 +419,6 @@ PLATFORMS
universal-java-18
universal-java-19
universal-java-23
x86_64-linux

DEPENDENCIES
actionpack-page_caching
Expand Down Expand Up @@ -505,4 +483,4 @@ RUBY VERSION
ruby 3.1.4p0 (jruby 9.4.9.0)

BUNDLED WITH
2.3.26
2.5.23

0 comments on commit 54683e4

Please sign in to comment.