Skip to content

Commit

Permalink
Further optimized gems vendored for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Oct 31, 2024
1 parent b25bf9f commit ec2650d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
export PATH=$GEM_HOME/bin:$PATH
java -jar jruby.jar -S gem install bundler -v 2.5.21 --install-dir ${GEM_HOME}
java -jar jruby.jar -S bundle config set without 'development test'
java -jar jruby.jar -S bundle install
find vendor/bundle/jruby/3.1.0 -mindepth 1 -maxdepth 1 -type \
Expand Down
9 changes: 5 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

source "https://rubygems.org"

gem "rake", "~> 13.0"

gem "rspec", "~> 3.0"

gem "parser", "~> 3.3"

gem "ostruct", "~> 0.6.0"

group :development, :test do
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
end

0 comments on commit ec2650d

Please sign in to comment.