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

bundle update for jruby 9.4.4.0 #83

Merged
merged 1 commit into from
Oct 20, 2023
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
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java microsoft-17.35.1
ruby jruby-9.4.3.0
ruby jruby-9.4.4.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ group :development do
gem 'rubocop-performance', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'rubocop-sequel', '~> 0.3.4', require: false
gem 'solargraph', '~> 0.48.0', require: false
gem 'solargraph', '~> 0.48.0', require: false, platform: :jruby
gem 'yard', '~> 0.9.34'
end

Expand Down
26 changes: 8 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ GEM
backport (1.2.0)
base64 (0.1.1)
benchmark (0.2.1)
bigdecimal (3.1.4)
bigdecimal (3.1.4-java)
coderay (1.1.3)
colorize (0.8.1)
Expand All @@ -14,12 +13,10 @@ GEM
fasterer (0.10.1)
colorize (~> 0.7)
ruby_parser (>= 3.19.1)
ffi (1.15.5-java)
ffi (1.16.3-java)
htmlbeautifier (1.4.2)
jaro_winkler (1.5.4)
jaro_winkler (1.5.4-java)
jaro_winkler (1.5.6-java)
jdbc-h2 (2.0.204)
json (2.6.3)
json (2.6.3-java)
kramdown (2.4.0)
rexml
Expand All @@ -28,11 +25,8 @@ GEM
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.20.0)
nio4r (2.5.9)
nio4r (2.5.9-java)
nokogiri (1.14.3-java)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
nokogiri (1.15.4-java)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.4)
Expand All @@ -45,11 +39,8 @@ GEM
pry-debugger-jruby (2.1.1-java)
pry (>= 0.13, < 0.15)
ruby-debug-base (>= 0.10.4, < 0.12)
puma (6.4.0)
nio4r (~> 2.0)
puma (6.4.0-java)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.1-java)
rack (3.0.8)
rack-test (2.1.0)
Expand Down Expand Up @@ -91,11 +82,11 @@ GEM
rubocop (~> 1.0)
ruby-debug-base (0.11.0-java)
ruby-progressbar (1.13.0)
ruby_parser (3.20.0)
ruby_parser (3.20.3)
sexp_processor (~> 4.16)
sequel (5.73.0)
bigdecimal
sexp_processor (4.16.1)
sexp_processor (4.17.0)
solargraph (0.48.0)
backport (~> 1.2)
benchmark
Expand All @@ -113,8 +104,8 @@ GEM
yard (~> 0.9, >= 0.9.24)
spoon (0.0.6)
ffi
thor (1.2.1)
tilt (2.1.0)
thor (1.3.0)
tilt (2.3.0)
unicode-display_width (2.5.0)
webrick (1.8.1)
yard (0.9.34)
Expand All @@ -123,7 +114,6 @@ PLATFORMS
universal-java-1.8
universal-java-11
universal-java-17
x86_64-linux

DEPENDENCIES
fasterer (~> 0.10.1)
Expand All @@ -147,4 +137,4 @@ DEPENDENCIES
yard (~> 0.9.34)

BUNDLED WITH
2.4.13
2.4.21