Skip to content

Commit

Permalink
lock em-websockets to 0.5.2 on jruby platform; enable JRuby in CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 6, 2023
1 parent 8e46e53 commit 2945381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- os: ubuntu-latest
ruby: '2.7'
include:
- os: ubuntu-latest
ruby: jruby-9.4
- os: windows-latest
ruby: '2.7'
- os: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem 'jekyll', %(~> #{ENV['JEKYLL_VERSION']}), require: false if ENV.key? 'JEKYLL
gem 'pygments.rb', %(~> #{ENV['PYGMENTS_VERSION']}), require: false if ENV.key? 'PYGMENTS_VERSION'
# NOTE Windows does not include zoneinfo files, so load tzinfo-data gem
gem 'tzinfo-data', platform: [:x64_mingw, :mingw], require: false
gem 'em-websocket', '0.5.2', platform: [:jruby], require: false

group :coverage do
gem 'deep-cover-core', '~> 1.1.0', require: false
Expand Down

0 comments on commit 2945381

Please sign in to comment.