Skip to content

Commit

Permalink
fix java 8 compatibility (#3109)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahorek committed Mar 31, 2023
1 parent a756c92 commit 1b53bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "rake-compiler", "~> 1.1.1"
gem "rake-compiler", "~> 1.1.9"

gem "json", "~> 2.3"
gem "nio4r", "~> 2.0"
Expand Down
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ else

Rake::JavaExtensionTask.new("puma_http11", gemspec) do |ext|
ext.lib_dir = "lib/puma"
ext.source_version = '1.8'
ext.target_version = '1.8'
ext.release = '8'
end
end

Expand Down

0 comments on commit 1b53bc2

Please sign in to comment.