Skip to content

Commit

Permalink
Add JRuby platform to Gemfile.lock
Browse files Browse the repository at this point in the history
bundle lock --add-platform jruby
  • Loading branch information
peterfication committed Jan 10, 2024
1 parent edf6374 commit b1b2054
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/jruby-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: JRuby Nightly

on:
schedule:
# Checks daily
- cron: "0 0 * * *"
on: push

jobs:
TestsOnNightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby-head
Expand Down
7 changes: 6 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ GEM
thor
tilt
jaro_winkler (1.5.6)
jaro_winkler (1.5.6-java)
json (2.7.1)
json (2.7.1-java)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -32,6 +34,8 @@ GEM
method_source (1.0.0)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-java)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
Expand All @@ -49,7 +53,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.7.3)
racc (1.7.3-java)
rainbow (3.1.1)
rake (13.1.0)
rbs (2.8.4)
Expand Down Expand Up @@ -135,6 +139,7 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-23
java
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit b1b2054

Please sign in to comment.