Skip to content

Commit

Permalink
Update ruby-maven to 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Nov 20, 2024
1 parent 4ed2606 commit 2739c96
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion example/example.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake-compiler', '~> 0.9'

# avoids to install it on the fly when jar-dependencies needs it
s.add_development_dependency 'ruby-maven', '~> 3.9', '>= 3.9.0'
s.add_development_dependency 'ruby-maven', '~> 3.9', '>= 3.9.2'
s.metadata['rubygems_mfa_required'] = 'true'
end
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ gem 'sinatra', '~> 1.4'

group :development do
gem 'jar-dependencies', '0.3.0'
gem 'ruby-maven', '~> 3.9', '>= 3.9.0'
gem 'ruby-maven', '~> 3.9', '>= 3.9.2'
end
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GEM
rack (1.6.13)
rack-protection (1.5.5)
rack
ruby-maven (3.9.0)
ruby-maven (3.9.2)
ruby-maven-libs (~> 3.9.9)
ruby-maven-libs (3.9.9)
sinatra (1.4.8)
Expand All @@ -37,7 +37,7 @@ PLATFORMS
DEPENDENCIES
jar-dependencies (= 0.3.0)
leafy-complete (= 0.6.2)
ruby-maven (~> 3.9, >= 3.9.0)
ruby-maven (~> 3.9, >= 3.9.2)
sinatra (~> 1.4)

BUNDLED WITH
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ gem 'sinatra', '~> 1.4'

group :development do
gem 'jar-dependencies', '0.3.0'
gem 'ruby-maven', '~> 3.9', '>= 3.9.0'
gem 'ruby-maven', '~> 3.9', '>= 3.9.2'
end
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GEM
rack (1.6.13)
rack-protection (1.5.5)
rack
ruby-maven (3.9.0)
ruby-maven (3.9.2)
ruby-maven-libs (~> 3.9.9)
ruby-maven-libs (3.9.9)
sinatra (1.4.8)
Expand All @@ -37,7 +37,7 @@ PLATFORMS
DEPENDENCIES
jar-dependencies (= 0.3.0)
leafy-complete (= 0.6.2)
ruby-maven (~> 3.9, >= 3.9.0)
ruby-maven (~> 3.9, >= 3.9.2)
sinatra (~> 1.4)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion integration/depending_gems/biglib/Mavenfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pom 'org.jruby:jruby', '${jruby.version}'
gem 'jar-dependencies', '${jar-dependencies.version}'
gem 'bundler', '${bundler.version}'
gem 'ruby-maven', '${ruby-maven.version}'
gem 'ruby-maven-libs', '3.9.0'
gem 'ruby-maven-libs', '3.9.2'

jruby_plugin :gem, '${jruby.plugins.version}' do
execute_goal :initialize
Expand Down
2 changes: 1 addition & 1 deletion integration/vendor_jars/my.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake-compiler', '~> 0.9'

# avoids to install it on the fly when jar-dependencies needs it
s.add_development_dependency 'ruby-maven', '~> 3.9', '>= 3.9.0'
s.add_development_dependency 'ruby-maven', '~> 3.9', '>= 3.9.2'
s.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 2739c96

Please sign in to comment.