Skip to content

Commit

Permalink
JRuby 9.3.8.0 (fixes #313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Sep 16, 2022
1 parent a2eddf8 commit 5fa5009
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rails-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.115.3
uses: ruby/setup-ruby@v1.117.0
with:
ruby-version: jruby-9.3.7.0
ruby-version: jruby-9.3.8.0
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Configure externals
run: bundle exec cap local externals:setup
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jruby-9.3.7.0
jruby-9.3.8.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN git clone https://github.com/rbenv/rbenv.git .rbenv
ENV PATH /root/.rbenv/bin:/root/.rbenv/shims:$PATH
RUN echo 'eval "$(rbenv init -)"' > /etc/profile.d/rbenv.sh
RUN chmod +x /etc/profile.d/rbenv.sh
RUN git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build && cd "$(rbenv root)"/plugins/ruby-build && git checkout v20220825
RUN git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build && cd "$(rbenv root)"/plugins/ruby-build && git checkout v20220910.1
RUN git clone https://github.com/rbenv/rbenv-vars.git $(rbenv root)/plugins/rbenv-vars

# Copy in secret files
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Edit this Gemfile to bundle your application's dependencies.
# This preamble is the current preamble for Rails 3 apps; edit as needed.
source 'https://rubygems.org'
ruby '2.6.8', engine: 'jruby', engine_version: '9.3.7.0'
ruby '2.6.8', engine: 'jruby', engine_version: '9.3.8.0'

gem 'rails', '~> 6.1.5'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jruby-jars (9.3.7.0)
jruby-jars (9.3.8.0)
json (2.6.2)
json (2.6.2-java)
jwt (2.5.0)
Expand Down Expand Up @@ -407,7 +407,7 @@ DEPENDENCIES
jdbc-mysql
jdbc-sqlite3 (>= 3.7.2)
jquery-rails
jruby-jars (= 9.3.7.0)
jruby-jars (= 9.3.8.0)
json (>= 1.6.6)
mocha
omniauth-google-oauth2
Expand Down Expand Up @@ -441,7 +441,7 @@ DEPENDENCIES
zip-zip

RUBY VERSION
ruby 2.6.8p0 (jruby 9.3.7.0)
ruby 2.6.8p0 (jruby 9.3.8.0)

BUNDLED WITH
2.2.32
Binary file not shown.

0 comments on commit 5fa5009

Please sign in to comment.