Skip to content

Commit

Permalink
ci: update JRuby config
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Mar 16, 2022
1 parent cbab6c8 commit 1185c6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-jruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
bundle-
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby-head
ruby-version: jruby
- name: Bundle install
run: |
bundle config --global gemfile gemfiles/jruby.gemfile
Expand Down
6 changes: 2 additions & 4 deletions gemfiles/jruby.gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
source "https://rubygems.org"

gem "activerecord-jdbcsqlite3-adapter", "~> 52.0"
gem "activerecord-jdbcsqlite3-adapter"
gem "jdbc-sqlite3"

gem "rails", "~> 5.0"
# See https://github.com/ruby-i18n/i18n/issues/555
gem "i18n", "1.8.7"
gem "rails", "~> 6.0"

gemspec path: ".."

0 comments on commit 1185c6e

Please sign in to comment.