File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22BUNDLE_VERSION: "system"
3+ BUNDLE_DISABLE_SHARED_GEMS: "true"
Original file line number Diff line number Diff line change 11---
22BUNDLE_VERSION: "system"
3+ BUNDLE_DISABLE_SHARED_GEMS: "true"
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
3- ruby '~> 3.1.0'
3+ ruby RUBY_VERSION
44
55gem 'camping' , '< 3'
66gem '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' , '~> 9.4.0'
11+ gem 'jruby-jars' , JRUBY_VERSION
1212end
Original file line number Diff line number Diff line change 1+ ---
2+ BUNDLE_VERSION: "system"
3+ BUNDLE_DGFGG: "ff"
4+ BUNDLE_DISABLE_SHARED_GEMS: "true"
Original file line number Diff line number Diff line change 44# belong in git's global ignore instead:
55# `$XDG_CONFIG_HOME/git/ignore` or `~/.config/git/ignore`
66
7- # Ignore bundler config.
8- /.bundle
9-
107# Ignore all environment files (except templates).
118/.env *
129! /.env * .erb
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
3- ruby '~> 3.1.0'
3+ ruby RUBY_VERSION
44
55gem 'rails' , '~> 7.2.0'
66gem 'rack' , '~> 2.2.0'
@@ -9,5 +9,5 @@ gem 'sprockets-rails'
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' , '~> 9.4.0'
12+ gem 'jruby-jars' , JRUBY_VERSION
1313end
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11---
22BUNDLE_VERSION: "system"
3+ BUNDLE_DISABLE_SHARED_GEMS: "true"
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
3- ruby '~> 3.1.0'
3+ ruby RUBY_VERSION
44
55gem 'sinatra' , '< 4'
66gem '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' , '~> 9.4.0'
12- end
11+ gem 'jruby-jars' , JRUBY_VERSION
12+ end
You can’t perform that action at this time.
0 commit comments