File tree Expand file tree Collapse file tree 7 files changed +9
-334
lines changed Expand file tree Collapse file tree 7 files changed +9
-334
lines changed Original file line number Diff line number Diff line change 33* .log
44log
55activemq-data
6+ examples /* /Gemfile.lock
67examples /* /tmp
78examples /* /work
89examples /* /* .war
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ source 'https://rubygems.org'
22
33ruby '~> 3.1.0'
44
5- gem 'camping'
6- gem 'rack' , '~> 2.2'
5+ gem 'camping' , '< 3'
6+ gem 'rack' , '~> 2.2.0 '
77
88group :development do
99 if !ENV [ 'WARBLER_SRC' ] ; gem 'warbler' else gem 'warbler' , path : '../../../warbler' end
1010 if !ENV [ 'JRUBY_RACK_SRC' ] ; gem 'jruby-rack' else gem 'jruby-rack' , path : '../../target' end
11- gem 'jruby-jars' , '< 10 '
11+ gem 'jruby-jars' , '~> 9.4.0 '
1212end
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ source 'https://rubygems.org'
33ruby '~> 3.1.0'
44
55gem 'rails' , '~> 7.2.0'
6- gem 'rack' , '~> 2.2'
6+ gem 'rack' , '~> 2.2.0 '
77gem 'sprockets-rails'
88
99group :development do
1010 if !ENV [ 'WARBLER_SRC' ] ; gem 'warbler' else gem 'warbler' , path : '../../../warbler' end
1111 if !ENV [ 'JRUBY_RACK_SRC' ] ; gem 'jruby-rack' else gem 'jruby-rack' , path : '../../target' end
12- gem 'jruby-jars' , '< 10 '
12+ gem 'jruby-jars' , '~> 9.4.0 '
1313end
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ source 'https://rubygems.org'
22
33ruby '~> 3.1.0'
44
5- gem 'sinatra'
6- gem 'rack' , '~> 2.2'
5+ gem 'sinatra' , '< 4'
6+ gem 'rack' , '~> 2.2.0 '
77
88group :development do
99 if !ENV [ 'WARBLER_SRC' ] ; gem 'warbler' else gem 'warbler' , path : '../../../warbler' end
1010 if !ENV [ 'JRUBY_RACK_SRC' ] ; gem 'jruby-rack' else gem 'jruby-rack' , path : '../../target' end
11- gem 'jruby-jars' , '< 10 '
11+ gem 'jruby-jars' , '~> 9.4.0 '
1212end
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments