Skip to content

Commit

Permalink
Bump Ruby version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Zhuha committed Jun 1, 2022
1 parent 1026223 commit 75afdff
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 103 deletions.
2 changes: 1 addition & 1 deletion BUNDLER_VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.3
2.3.14
2 changes: 1 addition & 1 deletion RUBY_VERSIONS.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.10
3.1.2
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20210206
20220601
2 changes: 1 addition & 1 deletion linux/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ IMAGE_VERSION = "1.0"
VERSION = File.read("../VERSION.txt").strip
RUBY_VERSIONS = File.read("../RUBY_VERSIONS.txt").strip.split(/\s+/)
ARCHITECTURES = ["x86_64"]
CONCURRENCY = `./internal/cpucount`.to_i
CONCURRENCY = `./internal/cpucount`.to_i + 1

task :default => :package

Expand Down
2 changes: 1 addition & 1 deletion linux/internal/build-ruby
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ if [[ "$DEBUG_SHELL" = before ]]; then
open_debug_shell
fi
if [[ -e /system_shared/gemfiles ]]; then
run /tmp/ruby/bin/gem install bundler -v $BUNDLER_VERSION --no-rdoc --no-ri
run /tmp/ruby/bin/gem install bundler -v $BUNDLER_VERSION --no-document
if [[ "$DEBUG_SHELL" = after ]]; then
install_gems || true
else
Expand Down
26 changes: 0 additions & 26 deletions shared/gemfiles/20210107/Gemfile

This file was deleted.

72 changes: 0 additions & 72 deletions shared/gemfiles/20210107/Gemfile.lock

This file was deleted.

5 changes: 5 additions & 0 deletions shared/gemfiles/20220601/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

gem 'ffi'
gem 'json'
gem 'yajl-ruby'
17 changes: 17 additions & 0 deletions shared/gemfiles/20220601/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
ffi (1.14.2)
json (2.5.1)
yajl-ruby (1.4.1)

PLATFORMS
ruby

DEPENDENCIES
ffi
json
yajl-ruby

BUNDLED WITH
2.3.14

0 comments on commit 75afdff

Please sign in to comment.