File tree Expand file tree Collapse file tree 6 files changed +12
-90
lines changed Expand file tree Collapse file tree 6 files changed +12
-90
lines changed Original file line number Diff line number Diff line change 8
8
# this file is here to facilitate running it.
9
9
#
10
10
11
- ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile " , __dir__ )
11
+ $: . unshift File . expand_path ".." , __dir__
12
12
13
- bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
-
15
- if File . file? ( bundle_binstub )
16
- if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
- load ( bundle_binstub )
18
- else
19
- abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
- end
22
- end
23
-
24
- require "rubygems"
25
13
require "bundler/setup"
26
-
27
- load Gem . bin_path ( "next_rails" , "bundle_report" )
14
+ load File . expand_path "../../../../../.anyenv/envs/rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/next_rails-1.3.0/exe/bundle_report" , __dir__
Original file line number Diff line number Diff line change 8
8
# this file is here to facilitate running it.
9
9
#
10
10
11
- ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile " , __dir__ )
11
+ $: . unshift File . expand_path ".." , __dir__
12
12
13
- bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
-
15
- if File . file? ( bundle_binstub )
16
- if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
- load ( bundle_binstub )
18
- else
19
- abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
- end
22
- end
23
-
24
- require "rubygems"
25
13
require "bundler/setup"
26
-
27
- load Gem . bin_path ( "next_rails" , "deprecations" )
14
+ load File . expand_path "../../../../../.anyenv/envs/rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/next_rails-1.3.0/exe/deprecations" , __dir__
Original file line number Diff line number Diff line change 8
8
# this file is here to facilitate running it.
9
9
#
10
10
11
- ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile " , __dir__ )
11
+ $: . unshift File . expand_path ".." , __dir__
12
12
13
- bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
-
15
- if File . file? ( bundle_binstub )
16
- if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
- load ( bundle_binstub )
18
- else
19
- abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
- end
22
- end
23
-
24
- require "rubygems"
25
13
require "bundler/setup"
26
-
27
- load Gem . bin_path ( "next_rails" , "gem-next-diff" )
14
+ load File . expand_path "../../../../../.anyenv/envs/rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/next_rails-1.3.0/exe/gem-next-diff" , __dir__
Original file line number Diff line number Diff line change 8
8
# this file is here to facilitate running it.
9
9
#
10
10
11
- ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile " , __dir__ )
11
+ $: . unshift File . expand_path ".." , __dir__
12
12
13
- bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
-
15
- if File . file? ( bundle_binstub )
16
- if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
- load ( bundle_binstub )
18
- else
19
- abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
- end
22
- end
23
-
24
- require "rubygems"
25
13
require "bundler/setup"
26
-
27
- load Gem . bin_path ( "next_rails" , "next" )
14
+ load File . expand_path "../../../../../.anyenv/envs/rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/next_rails-1.3.0/exe/next" , __dir__
Original file line number Diff line number Diff line change 8
8
# this file is here to facilitate running it.
9
9
#
10
10
11
- ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile " , __dir__ )
11
+ $: . unshift File . expand_path ".." , __dir__
12
12
13
- bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
-
15
- if File . file? ( bundle_binstub )
16
- if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
- load ( bundle_binstub )
18
- else
19
- abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
- end
22
- end
23
-
24
- require "rubygems"
25
13
require "bundler/setup"
26
-
27
- load Gem . bin_path ( "next_rails" , "next.sh" )
14
+ load File . expand_path "../../../../../.anyenv/envs/rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/next_rails-1.3.0/exe/next.sh" , __dir__
Original file line number Diff line number Diff line change 8
8
# this file is here to facilitate running it.
9
9
#
10
10
11
- ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile " , __dir__ )
11
+ $: . unshift File . expand_path ".." , __dir__
12
12
13
- bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
-
15
- if File . file? ( bundle_binstub )
16
- if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
- load ( bundle_binstub )
18
- else
19
- abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
- end
22
- end
23
-
24
- require "rubygems"
25
13
require "bundler/setup"
26
-
27
- load Gem . bin_path ( "next_rails" , "next_rails" )
14
+ load File . expand_path "../../../../../.anyenv/envs/rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/next_rails-1.3.0/exe/next_rails" , __dir__
You can’t perform that action at this time.
0 commit comments