mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
Merge pull request #18 from github/joshaber/bump-rails
Bump Rails & remove cache
This commit is contained in:
commit
d84ada8a4d
4709 changed files with 89 additions and 682499 deletions
2
Gemfile
2
Gemfile
|
|
@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
|||
ruby "~> 3.1.0"
|
||||
|
||||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
||||
gem "rails", "~> 7.0.3"
|
||||
gem "rails", "~> 7.0"
|
||||
|
||||
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
|
||||
gem "sprockets-rails"
|
||||
|
|
|
|||
173
Gemfile.lock
173
Gemfile.lock
|
|
@ -1,67 +1,67 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actioncable (7.0.4)
|
||||
actionpack (= 7.0.4)
|
||||
activesupport (= 7.0.4)
|
||||
actioncable (7.0.4.1)
|
||||
actionpack (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
nio4r (~> 2.0)
|
||||
websocket-driver (>= 0.6.1)
|
||||
actionmailbox (7.0.4)
|
||||
actionpack (= 7.0.4)
|
||||
activejob (= 7.0.4)
|
||||
activerecord (= 7.0.4)
|
||||
activestorage (= 7.0.4)
|
||||
activesupport (= 7.0.4)
|
||||
actionmailbox (7.0.4.1)
|
||||
actionpack (= 7.0.4.1)
|
||||
activejob (= 7.0.4.1)
|
||||
activerecord (= 7.0.4.1)
|
||||
activestorage (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
mail (>= 2.7.1)
|
||||
net-imap
|
||||
net-pop
|
||||
net-smtp
|
||||
actionmailer (7.0.4)
|
||||
actionpack (= 7.0.4)
|
||||
actionview (= 7.0.4)
|
||||
activejob (= 7.0.4)
|
||||
activesupport (= 7.0.4)
|
||||
actionmailer (7.0.4.1)
|
||||
actionpack (= 7.0.4.1)
|
||||
actionview (= 7.0.4.1)
|
||||
activejob (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
mail (~> 2.5, >= 2.5.4)
|
||||
net-imap
|
||||
net-pop
|
||||
net-smtp
|
||||
rails-dom-testing (~> 2.0)
|
||||
actionpack (7.0.4)
|
||||
actionview (= 7.0.4)
|
||||
activesupport (= 7.0.4)
|
||||
actionpack (7.0.4.1)
|
||||
actionview (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
rack (~> 2.0, >= 2.2.0)
|
||||
rack-test (>= 0.6.3)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
||||
actiontext (7.0.4)
|
||||
actionpack (= 7.0.4)
|
||||
activerecord (= 7.0.4)
|
||||
activestorage (= 7.0.4)
|
||||
activesupport (= 7.0.4)
|
||||
actiontext (7.0.4.1)
|
||||
actionpack (= 7.0.4.1)
|
||||
activerecord (= 7.0.4.1)
|
||||
activestorage (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
globalid (>= 0.6.0)
|
||||
nokogiri (>= 1.8.5)
|
||||
actionview (7.0.4)
|
||||
activesupport (= 7.0.4)
|
||||
actionview (7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
builder (~> 3.1)
|
||||
erubi (~> 1.4)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||
activejob (7.0.4)
|
||||
activesupport (= 7.0.4)
|
||||
activejob (7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
globalid (>= 0.3.6)
|
||||
activemodel (7.0.4)
|
||||
activesupport (= 7.0.4)
|
||||
activerecord (7.0.4)
|
||||
activemodel (= 7.0.4)
|
||||
activesupport (= 7.0.4)
|
||||
activestorage (7.0.4)
|
||||
actionpack (= 7.0.4)
|
||||
activejob (= 7.0.4)
|
||||
activerecord (= 7.0.4)
|
||||
activesupport (= 7.0.4)
|
||||
activemodel (7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
activerecord (7.0.4.1)
|
||||
activemodel (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
activestorage (7.0.4.1)
|
||||
actionpack (= 7.0.4.1)
|
||||
activejob (= 7.0.4.1)
|
||||
activerecord (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
marcel (~> 1.0)
|
||||
mini_mime (>= 1.1.0)
|
||||
activesupport (7.0.4)
|
||||
activesupport (7.0.4.1)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (>= 1.6, < 2)
|
||||
minitest (>= 5.1)
|
||||
|
|
@ -70,7 +70,7 @@ GEM
|
|||
public_suffix (>= 2.0.2, < 6.0)
|
||||
ast (2.4.2)
|
||||
backport (1.2.0)
|
||||
benchmark (0.2.0)
|
||||
benchmark (0.2.1)
|
||||
better_html (2.0.1)
|
||||
actionview (>= 6.0)
|
||||
activesupport (>= 6.0)
|
||||
|
|
@ -90,11 +90,11 @@ GEM
|
|||
rack-test (>= 0.6.3)
|
||||
regexp_parser (>= 1.5, < 3.0)
|
||||
xpath (~> 3.2)
|
||||
childprocess (4.1.0)
|
||||
concurrent-ruby (1.1.10)
|
||||
crass (1.0.6)
|
||||
debug (1.6.3)
|
||||
irb (>= 1.3.6)
|
||||
date (3.3.3)
|
||||
debug (1.7.1)
|
||||
irb (>= 1.5.0)
|
||||
reline (>= 0.3.1)
|
||||
diff-lcs (1.5.0)
|
||||
e2mmap (0.1.0)
|
||||
|
|
@ -105,11 +105,11 @@ GEM
|
|||
rainbow
|
||||
rubocop
|
||||
smart_properties
|
||||
erubi (1.11.0)
|
||||
erubi (1.12.0)
|
||||
ffi (1.15.5)
|
||||
globalid (1.0.1)
|
||||
activesupport (>= 5.0)
|
||||
hotwire-livereload (1.2.2)
|
||||
hotwire-livereload (1.2.3)
|
||||
listen (>= 3.0.0)
|
||||
rails (>= 6.0.0)
|
||||
i18n (1.12.0)
|
||||
|
|
@ -117,75 +117,79 @@ GEM
|
|||
importmap-rails (1.1.5)
|
||||
actionpack (>= 6.0.0)
|
||||
railties (>= 6.0.0)
|
||||
io-console (0.5.11)
|
||||
irb (1.5.1)
|
||||
io-console (0.6.0)
|
||||
irb (1.6.2)
|
||||
reline (>= 0.3.0)
|
||||
jaro_winkler (1.5.4)
|
||||
jbuilder (2.11.5)
|
||||
actionview (>= 5.0.0)
|
||||
activesupport (>= 5.0.0)
|
||||
json (2.6.2)
|
||||
json (2.6.3)
|
||||
kramdown (2.4.0)
|
||||
rexml
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
kramdown (~> 2.0)
|
||||
listen (3.7.1)
|
||||
listen (3.8.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
loofah (2.19.1)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
mail (2.7.1)
|
||||
mail (2.8.0.1)
|
||||
mini_mime (>= 0.1.1)
|
||||
net-imap
|
||||
net-pop
|
||||
net-smtp
|
||||
marcel (1.0.2)
|
||||
matrix (0.4.2)
|
||||
method_source (1.0.0)
|
||||
mini_mime (1.1.2)
|
||||
minitest (5.17.0)
|
||||
msgpack (1.6.0)
|
||||
net-imap (0.3.1)
|
||||
net-imap (0.3.4)
|
||||
date
|
||||
net-protocol
|
||||
net-pop (0.1.2)
|
||||
net-protocol
|
||||
net-protocol (0.1.3)
|
||||
net-protocol (0.2.1)
|
||||
timeout
|
||||
net-smtp (0.3.3)
|
||||
net-protocol
|
||||
nio4r (2.5.8)
|
||||
nokogiri (1.13.10-x86_64-linux)
|
||||
nokogiri (1.14.0-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
parallel (1.22.1)
|
||||
parser (3.1.3.0)
|
||||
parser (3.2.0.0)
|
||||
ast (~> 2.4.1)
|
||||
public_suffix (5.0.0)
|
||||
public_suffix (5.0.1)
|
||||
puma (5.6.5)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.6.1)
|
||||
racc (1.6.2)
|
||||
rack (2.2.6.2)
|
||||
rack-test (2.0.2)
|
||||
rack (>= 1.3)
|
||||
rails (7.0.4)
|
||||
actioncable (= 7.0.4)
|
||||
actionmailbox (= 7.0.4)
|
||||
actionmailer (= 7.0.4)
|
||||
actionpack (= 7.0.4)
|
||||
actiontext (= 7.0.4)
|
||||
actionview (= 7.0.4)
|
||||
activejob (= 7.0.4)
|
||||
activemodel (= 7.0.4)
|
||||
activerecord (= 7.0.4)
|
||||
activestorage (= 7.0.4)
|
||||
activesupport (= 7.0.4)
|
||||
rails (7.0.4.1)
|
||||
actioncable (= 7.0.4.1)
|
||||
actionmailbox (= 7.0.4.1)
|
||||
actionmailer (= 7.0.4.1)
|
||||
actionpack (= 7.0.4.1)
|
||||
actiontext (= 7.0.4.1)
|
||||
actionview (= 7.0.4.1)
|
||||
activejob (= 7.0.4.1)
|
||||
activemodel (= 7.0.4.1)
|
||||
activerecord (= 7.0.4.1)
|
||||
activestorage (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
bundler (>= 1.15.0)
|
||||
railties (= 7.0.4)
|
||||
railties (= 7.0.4.1)
|
||||
rails-dom-testing (2.0.3)
|
||||
activesupport (>= 4.2.0)
|
||||
nokogiri (>= 1.6)
|
||||
rails-html-sanitizer (1.4.4)
|
||||
loofah (~> 2.19, >= 2.19.1)
|
||||
railties (7.0.4)
|
||||
actionpack (= 7.0.4)
|
||||
activesupport (= 7.0.4)
|
||||
railties (7.0.4.1)
|
||||
actionpack (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
method_source
|
||||
rake (>= 12.2)
|
||||
thor (~> 1.0)
|
||||
|
|
@ -196,32 +200,31 @@ GEM
|
|||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
regexp_parser (2.6.1)
|
||||
reline (0.3.1)
|
||||
reline (0.3.2)
|
||||
io-console (~> 0.5)
|
||||
reverse_markdown (2.1.1)
|
||||
nokogiri
|
||||
rexml (3.2.5)
|
||||
rubocop (1.39.0)
|
||||
rubocop (1.43.0)
|
||||
json (~> 2.3)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.1.2.1)
|
||||
parser (>= 3.2.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml (>= 3.2.5, < 4.0)
|
||||
rubocop-ast (>= 1.23.0, < 2.0)
|
||||
rubocop-ast (>= 1.24.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.23.0)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.24.1)
|
||||
parser (>= 3.1.1.0)
|
||||
ruby-progressbar (1.11.0)
|
||||
rubyzip (2.3.2)
|
||||
selenium-webdriver (4.6.1)
|
||||
childprocess (>= 0.5, < 5.0)
|
||||
selenium-webdriver (4.7.1)
|
||||
rexml (~> 3.2, >= 3.2.5)
|
||||
rubyzip (>= 1.2.2, < 3.0)
|
||||
websocket (~> 1.0)
|
||||
smart_properties (1.17.0)
|
||||
solargraph (0.47.2)
|
||||
solargraph (0.48.0)
|
||||
backport (~> 1.2)
|
||||
benchmark
|
||||
bundler (>= 1.17.2)
|
||||
|
|
@ -236,26 +239,26 @@ GEM
|
|||
thor (~> 1.0)
|
||||
tilt (~> 2.0)
|
||||
yard (~> 0.9, >= 0.9.24)
|
||||
sprockets (4.1.1)
|
||||
sprockets (4.2.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
rack (> 1, < 3)
|
||||
rack (>= 2.2.4, < 4)
|
||||
sprockets-rails (3.4.2)
|
||||
actionpack (>= 5.2)
|
||||
activesupport (>= 5.2)
|
||||
sprockets (>= 3.0.0)
|
||||
sqlite3 (1.5.4-x86_64-linux)
|
||||
sqlite3 (1.6.0-x86_64-linux)
|
||||
stimulus-rails (1.2.1)
|
||||
railties (>= 6.0.0)
|
||||
thor (1.2.1)
|
||||
tilt (2.0.11)
|
||||
timeout (0.3.0)
|
||||
timeout (0.3.1)
|
||||
turbo-rails (1.3.2)
|
||||
actionpack (>= 6.0.0)
|
||||
activejob (>= 6.0.0)
|
||||
railties (>= 6.0.0)
|
||||
tzinfo (2.0.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (2.3.0)
|
||||
unicode-display_width (2.4.2)
|
||||
webdrivers (5.2.0)
|
||||
nokogiri (~> 1.6)
|
||||
rubyzip (>= 1.3.0)
|
||||
|
|
@ -283,7 +286,7 @@ DEPENDENCIES
|
|||
importmap-rails
|
||||
jbuilder
|
||||
puma (~> 5.0)
|
||||
rails (~> 7.0.3)
|
||||
rails (~> 7.0)
|
||||
selenium-webdriver
|
||||
solargraph
|
||||
sprockets-rails
|
||||
|
|
|
|||
29
vendor/bundle/ruby/3.0.0/bin/bootsnap
vendored
29
vendor/bundle/ruby/3.0.0/bin/bootsnap
vendored
|
|
@ -1,29 +0,0 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# This file was generated by RubyGems.
|
||||
#
|
||||
# The application 'bootsnap' is installed as part of a gem, and
|
||||
# this file is here to facilitate running it.
|
||||
#
|
||||
|
||||
require 'rubygems'
|
||||
|
||||
Gem.use_gemdeps
|
||||
|
||||
version = ">= 0.a"
|
||||
|
||||
str = ARGV.first
|
||||
if str
|
||||
str = str.b[/\A_(.*)_\z/, 1]
|
||||
if str and Gem::Version.correct?(str)
|
||||
version = str
|
||||
ARGV.shift
|
||||
end
|
||||
end
|
||||
|
||||
if Gem.respond_to?(:activate_bin_path)
|
||||
load Gem.activate_bin_path('bootsnap', 'bootsnap', version)
|
||||
else
|
||||
gem "bootsnap", version
|
||||
load Gem.bin_path("bootsnap", "bootsnap", version)
|
||||
end
|
||||
29
vendor/bundle/ruby/3.0.0/bin/irb
vendored
29
vendor/bundle/ruby/3.0.0/bin/irb
vendored
|
|
@ -1,29 +0,0 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# This file was generated by RubyGems.
|
||||
#
|
||||
# The application 'irb' is installed as part of a gem, and
|
||||
# this file is here to facilitate running it.
|
||||
#
|
||||
|
||||
require 'rubygems'
|
||||
|
||||
Gem.use_gemdeps
|
||||
|
||||
version = ">= 0.a"
|
||||
|
||||
str = ARGV.first
|
||||
if str
|
||||
str = str.b[/\A_(.*)_\z/, 1]
|
||||
if str and Gem::Version.correct?(str)
|
||||
version = str
|
||||
ARGV.shift
|
||||
end
|
||||
end
|
||||
|
||||
if Gem.respond_to?(:activate_bin_path)
|
||||
load Gem.activate_bin_path('irb', 'irb', version)
|
||||
else
|
||||
gem "irb", version
|
||||
load Gem.bin_path("irb", "irb", version)
|
||||
end
|
||||
29
vendor/bundle/ruby/3.0.0/bin/nokogiri
vendored
29
vendor/bundle/ruby/3.0.0/bin/nokogiri
vendored
|
|
@ -1,29 +0,0 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# This file was generated by RubyGems.
|
||||
#
|
||||
# The application 'nokogiri' is installed as part of a gem, and
|
||||
# this file is here to facilitate running it.
|
||||
#
|
||||
|
||||
require 'rubygems'
|
||||
|
||||
Gem.use_gemdeps
|
||||
|
||||
version = ">= 0.a"
|
||||
|
||||
str = ARGV.first
|
||||
if str
|
||||
str = str.b[/\A_(.*)_\z/, 1]
|
||||
if str and Gem::Version.correct?(str)
|
||||
version = str
|
||||
ARGV.shift
|
||||
end
|
||||
end
|
||||
|
||||
if Gem.respond_to?(:activate_bin_path)
|
||||
load Gem.activate_bin_path('nokogiri', 'nokogiri', version)
|
||||
else
|
||||
gem "nokogiri", version
|
||||
load Gem.bin_path("nokogiri", "nokogiri", version)
|
||||
end
|
||||
29
vendor/bundle/ruby/3.0.0/bin/puma
vendored
29
vendor/bundle/ruby/3.0.0/bin/puma
vendored
|
|
@ -1,29 +0,0 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# This file was generated by RubyGems.
|
||||
#
|
||||
# The application 'puma' is installed as part of a gem, and
|
||||
# this file is here to facilitate running it.
|
||||
#
|
||||
|
||||
require 'rubygems'
|
||||
|
||||
Gem.use_gemdeps
|
||||
|
||||
version = ">= 0.a"
|
||||
|
||||
str = ARGV.first
|
||||
if str
|
||||
str = str.b[/\A_(.*)_\z/, 1]
|
||||
if str and Gem::Version.correct?(str)
|
||||
version = str
|
||||
ARGV.shift
|
||||
end
|
||||
end
|
||||
|
||||
if Gem.respond_to?(:activate_bin_path)
|
||||
load Gem.activate_bin_path('puma', 'puma', version)
|
||||
else
|
||||
gem "puma", version
|
||||
load Gem.bin_path("puma", "puma", version)
|
||||
end
|
||||
29
vendor/bundle/ruby/3.0.0/bin/pumactl
vendored
29
vendor/bundle/ruby/3.0.0/bin/pumactl
vendored
|
|
@ -1,29 +0,0 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# This file was generated by RubyGems.
|
||||
#
|
||||
# The application 'puma' is installed as part of a gem, and
|
||||
# this file is here to facilitate running it.
|
||||
#
|
||||
|
||||
require 'rubygems'
|
||||
|
||||
Gem.use_gemdeps
|
||||
|
||||
version = ">= 0.a"
|
||||
|
||||
str = ARGV.first
|
||||
if str
|
||||
str = str.b[/\A_(.*)_\z/, 1]
|
||||
if str and Gem::Version.correct?(str)
|
||||
version = str
|
||||
ARGV.shift
|
||||
end
|
||||
end
|
||||
|
||||
if Gem.respond_to?(:activate_bin_path)
|
||||
load Gem.activate_bin_path('puma', 'pumactl', version)
|
||||
else
|
||||
gem "puma", version
|
||||
load Gem.bin_path("puma", "pumactl", version)
|
||||
end
|
||||
29
vendor/bundle/ruby/3.0.0/bin/racc
vendored
29
vendor/bundle/ruby/3.0.0/bin/racc
vendored
|
|
@ -1,29 +0,0 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# This file was generated by RubyGems.
|
||||
#
|
||||
# The application 'racc' is installed as part of a gem, and
|
||||
# this file is here to facilitate running it.
|
||||
#
|
||||
|
||||
require 'rubygems'
|
||||
|
||||
Gem.use_gemdeps
|
||||
|
||||
version = ">= 0.a"
|
||||
|
||||
str = ARGV.first
|
||||
if str
|
||||
str = str.b[/\A_(.*)_\z/, 1]
|
||||
if str and Gem::Version.correct?(str)
|
||||
version = str
|
||||
ARGV.shift
|
||||
end
|
||||
end
|
||||
|
||||
if Gem.respond_to?(:activate_bin_path)
|
||||
load Gem.activate_bin_path('racc', 'racc', version)
|
||||
else
|
||||
gem "racc", version
|
||||
load Gem.bin_path("racc", "racc", version)
|
||||
end
|
||||
29
vendor/bundle/ruby/3.0.0/bin/rackup
vendored
29
vendor/bundle/ruby/3.0.0/bin/rackup
vendored
|
|
@ -1,29 +0,0 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# This file was generated by RubyGems.
|
||||
#
|
||||
# The application 'rack' is installed as part of a gem, and
|
||||
# this file is here to facilitate running it.
|
||||
#
|
||||
|
||||
require 'rubygems'
|
||||
|
||||
Gem.use_gemdeps
|
||||
|
||||
version = ">= 0.a"
|
||||
|
||||
str = ARGV.first
|
||||
if str
|
||||
str = str.b[/\A_(.*)_\z/, 1]
|
||||
if str and Gem::Version.correct?(str)
|
||||
version = str
|
||||
ARGV.shift
|
||||
end
|
||||
end
|
||||
|
||||
if Gem.respond_to?(:activate_bin_path)
|
||||
load Gem.activate_bin_path('rack', 'rackup', version)
|
||||
else
|
||||
gem "rack", version
|
||||
load Gem.bin_path("rack", "rackup", version)
|
||||
end
|
||||
29
vendor/bundle/ruby/3.0.0/bin/rails
vendored
29
vendor/bundle/ruby/3.0.0/bin/rails
vendored
|
|
@ -1,29 +0,0 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# This file was generated by RubyGems.
|
||||
#
|
||||
# The application 'railties' is installed as part of a gem, and
|
||||
# this file is here to facilitate running it.
|
||||
#
|
||||
|
||||
require 'rubygems'
|
||||
|
||||
Gem.use_gemdeps
|
||||
|
||||
version = ">= 0.a"
|
||||
|
||||
str = ARGV.first
|
||||
if str
|
||||
str = str.b[/\A_(.*)_\z/, 1]
|
||||
if str and Gem::Version.correct?(str)
|
||||
version = str
|
||||
ARGV.shift
|
||||
end
|
||||
end
|
||||
|
||||
if Gem.respond_to?(:activate_bin_path)
|
||||
load Gem.activate_bin_path('railties', 'rails', version)
|
||||
else
|
||||
gem "railties", version
|
||||
load Gem.bin_path("railties", "rails", version)
|
||||
end
|
||||
29
vendor/bundle/ruby/3.0.0/bin/rake
vendored
29
vendor/bundle/ruby/3.0.0/bin/rake
vendored
|
|
@ -1,29 +0,0 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# This file was generated by RubyGems.
|
||||
#
|
||||
# The application 'rake' is installed as part of a gem, and
|
||||
# this file is here to facilitate running it.
|
||||
#
|
||||
|
||||
require 'rubygems'
|
||||
|
||||
Gem.use_gemdeps
|
||||
|
||||
version = ">= 0.a"
|
||||
|
||||
str = ARGV.first
|
||||
if str
|
||||
str = str.b[/\A_(.*)_\z/, 1]
|
||||
if str and Gem::Version.correct?(str)
|
||||
version = str
|
||||
ARGV.shift
|
||||
end
|
||||
end
|
||||
|
||||
if Gem.respond_to?(:activate_bin_path)
|
||||
load Gem.activate_bin_path('rake', 'rake', version)
|
||||
else
|
||||
gem "rake", version
|
||||
load Gem.bin_path("rake", "rake", version)
|
||||
end
|
||||
29
vendor/bundle/ruby/3.0.0/bin/rdbg
vendored
29
vendor/bundle/ruby/3.0.0/bin/rdbg
vendored
|
|
@ -1,29 +0,0 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# This file was generated by RubyGems.
|
||||
#
|
||||
# The application 'debug' is installed as part of a gem, and
|
||||
# this file is here to facilitate running it.
|
||||
#
|
||||
|
||||
require 'rubygems'
|
||||
|
||||
Gem.use_gemdeps
|
||||
|
||||
version = ">= 0.a"
|
||||
|
||||
str = ARGV.first
|
||||
if str
|
||||
str = str.b[/\A_(.*)_\z/, 1]
|
||||
if str and Gem::Version.correct?(str)
|
||||
version = str
|
||||
ARGV.shift
|
||||
end
|
||||
end
|
||||
|
||||
if Gem.respond_to?(:activate_bin_path)
|
||||
load Gem.activate_bin_path('debug', 'rdbg', version)
|
||||
else
|
||||
gem "debug", version
|
||||
load Gem.bin_path("debug", "rdbg", version)
|
||||
end
|
||||
29
vendor/bundle/ruby/3.0.0/bin/sprockets
vendored
29
vendor/bundle/ruby/3.0.0/bin/sprockets
vendored
|
|
@ -1,29 +0,0 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# This file was generated by RubyGems.
|
||||
#
|
||||
# The application 'sprockets' is installed as part of a gem, and
|
||||
# this file is here to facilitate running it.
|
||||
#
|
||||
|
||||
require 'rubygems'
|
||||
|
||||
Gem.use_gemdeps
|
||||
|
||||
version = ">= 0.a"
|
||||
|
||||
str = ARGV.first
|
||||
if str
|
||||
str = str.b[/\A_(.*)_\z/, 1]
|
||||
if str and Gem::Version.correct?(str)
|
||||
version = str
|
||||
ARGV.shift
|
||||
end
|
||||
end
|
||||
|
||||
if Gem.respond_to?(:activate_bin_path)
|
||||
load Gem.activate_bin_path('sprockets', 'sprockets', version)
|
||||
else
|
||||
gem "sprockets", version
|
||||
load Gem.bin_path("sprockets", "sprockets", version)
|
||||
end
|
||||
29
vendor/bundle/ruby/3.0.0/bin/thor
vendored
29
vendor/bundle/ruby/3.0.0/bin/thor
vendored
|
|
@ -1,29 +0,0 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# This file was generated by RubyGems.
|
||||
#
|
||||
# The application 'thor' is installed as part of a gem, and
|
||||
# this file is here to facilitate running it.
|
||||
#
|
||||
|
||||
require 'rubygems'
|
||||
|
||||
Gem.use_gemdeps
|
||||
|
||||
version = ">= 0.a"
|
||||
|
||||
str = ARGV.first
|
||||
if str
|
||||
str = str.b[/\A_(.*)_\z/, 1]
|
||||
if str and Gem::Version.correct?(str)
|
||||
version = str
|
||||
ARGV.shift
|
||||
end
|
||||
end
|
||||
|
||||
if Gem.respond_to?(:activate_bin_path)
|
||||
load Gem.activate_bin_path('thor', 'thor', version)
|
||||
else
|
||||
gem "thor", version
|
||||
load Gem.bin_path("thor", "thor", version)
|
||||
end
|
||||
BIN
vendor/bundle/ruby/3.0.0/cache/actioncable-7.0.3.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/actioncable-7.0.3.gem
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/actionpack-7.0.3.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/actionpack-7.0.3.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/actiontext-7.0.3.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/actiontext-7.0.3.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/actionview-7.0.3.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/actionview-7.0.3.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/activejob-7.0.3.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/activejob-7.0.3.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/activemodel-7.0.3.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/activemodel-7.0.3.gem
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/addressable-2.8.0.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/addressable-2.8.0.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/bindex-0.8.1.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/bindex-0.8.1.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/bootsnap-1.12.0.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/bootsnap-1.12.0.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/builder-3.2.4.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/builder-3.2.4.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/capybara-3.37.1.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/capybara-3.37.1.gem
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/crass-1.0.6.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/crass-1.0.6.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/debug-1.5.0.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/debug-1.5.0.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/digest-3.1.0.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/digest-3.1.0.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/erubi-1.10.0.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/erubi-1.10.0.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/globalid-1.0.0.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/globalid-1.0.0.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/i18n-1.10.0.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/i18n-1.10.0.gem
vendored
Binary file not shown.
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/io-console-0.5.11.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/io-console-0.5.11.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/irb-1.4.1.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/irb-1.4.1.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/jbuilder-2.11.5.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/jbuilder-2.11.5.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/loofah-2.18.0.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/loofah-2.18.0.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/mail-2.7.1.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/mail-2.7.1.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/marcel-1.0.2.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/marcel-1.0.2.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/matrix-0.4.2.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/matrix-0.4.2.gem
vendored
Binary file not shown.
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/mini_mime-1.1.2.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/mini_mime-1.1.2.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/minitest-5.15.0.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/minitest-5.15.0.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/msgpack-1.5.2.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/msgpack-1.5.2.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/net-imap-0.2.3.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/net-imap-0.2.3.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/net-pop-0.1.1.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/net-pop-0.1.1.gem
vendored
Binary file not shown.
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/net-smtp-0.3.1.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/net-smtp-0.3.1.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/nio4r-2.5.8.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/nio4r-2.5.8.gem
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/puma-5.6.4.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/puma-5.6.4.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/racc-1.6.0.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/racc-1.6.0.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/rack-2.2.3.1.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/rack-2.2.3.1.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/rack-test-1.1.0.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/rack-test-1.1.0.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/rails-7.0.3.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/rails-7.0.3.gem
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/railties-7.0.3.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/railties-7.0.3.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/rake-13.0.6.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/rake-13.0.6.gem
vendored
Binary file not shown.
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/reline-0.3.1.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/reline-0.3.1.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/rexml-3.2.5.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/rexml-3.2.5.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/rubyzip-2.3.2.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/rubyzip-2.3.2.gem
vendored
Binary file not shown.
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/sprockets-4.0.3.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/sprockets-4.0.3.gem
vendored
Binary file not shown.
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/sqlite3-1.4.2.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/sqlite3-1.4.2.gem
vendored
Binary file not shown.
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/strscan-3.0.3.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/strscan-3.0.3.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/thor-1.2.1.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/thor-1.2.1.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/timeout-0.3.0.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/timeout-0.3.0.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/turbo-rails-1.1.1.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/turbo-rails-1.1.1.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/tzinfo-2.0.4.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/tzinfo-2.0.4.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/web-console-4.2.0.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/web-console-4.2.0.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/webdrivers-5.0.0.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/webdrivers-5.0.0.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/websocket-1.2.9.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/websocket-1.2.9.gem
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/xpath-3.2.0.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/xpath-3.2.0.gem
vendored
Binary file not shown.
BIN
vendor/bundle/ruby/3.0.0/cache/zeitwerk-2.5.4.gem
vendored
BIN
vendor/bundle/ruby/3.0.0/cache/zeitwerk-2.5.4.gem
vendored
Binary file not shown.
|
|
@ -1,15 +0,0 @@
|
|||
current directory: /workspaces/codespaces-try-rails/vendor/bundle/ruby/3.0.0/gems/bindex-0.8.1/ext/skiptrace
|
||||
/opt/ruby/3.0.3/bin/ruby -I /opt/ruby/3.0.3/lib/ruby/site_ruby/3.0.0 -r ./siteconf20220608-13374-y6b2k2.rb extconf.rb
|
||||
creating Makefile
|
||||
|
||||
current directory: /workspaces/codespaces-try-rails/vendor/bundle/ruby/3.0.0/gems/bindex-0.8.1/ext/skiptrace
|
||||
make DESTDIR\= clean
|
||||
|
||||
current directory: /workspaces/codespaces-try-rails/vendor/bundle/ruby/3.0.0/gems/bindex-0.8.1/ext/skiptrace
|
||||
make DESTDIR\=
|
||||
compiling cruby.c
|
||||
linking shared-object skiptrace/internal/cruby.so
|
||||
|
||||
current directory: /workspaces/codespaces-try-rails/vendor/bundle/ruby/3.0.0/gems/bindex-0.8.1/ext/skiptrace
|
||||
make DESTDIR\= install
|
||||
/usr/bin/install -c -m 0755 cruby.so ./.gem.20220608-13374-5m4znk/skiptrace/internal
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -1,15 +0,0 @@
|
|||
current directory: /workspaces/codespaces-try-rails/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/ext/bootsnap
|
||||
/opt/ruby/3.0.3/bin/ruby -I /opt/ruby/3.0.3/lib/ruby/site_ruby/3.0.0 -r ./siteconf20220608-13374-aojd21.rb extconf.rb
|
||||
creating Makefile
|
||||
|
||||
current directory: /workspaces/codespaces-try-rails/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/ext/bootsnap
|
||||
make DESTDIR\= clean
|
||||
|
||||
current directory: /workspaces/codespaces-try-rails/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/ext/bootsnap
|
||||
make DESTDIR\=
|
||||
compiling bootsnap.c
|
||||
linking shared-object bootsnap/bootsnap.so
|
||||
|
||||
current directory: /workspaces/codespaces-try-rails/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/ext/bootsnap
|
||||
make DESTDIR\= install
|
||||
/usr/bin/install -c -m 0755 bootsnap.so ./.gem.20220608-13374-bmdxrz/bootsnap
|
||||
Binary file not shown.
|
|
@ -1,19 +0,0 @@
|
|||
current directory: /workspaces/codespaces-try-rails/vendor/bundle/ruby/3.0.0/gems/debug-1.5.0/ext/debug
|
||||
/opt/ruby/3.0.3/bin/ruby -I /opt/ruby/3.0.3/lib/ruby/site_ruby/3.0.0 -r ./siteconf20220608-13374-gjsmu4.rb extconf.rb
|
||||
checking for rb_iseq_parameters(NULL, 0) in VALUE rb_iseq_parameters(void *, int is_proc);... yes
|
||||
checking for rb_iseq_code_location(NULL, NULL, NULL, NULL, NULL) in void rb_iseq_code_location(void *, int *first_lineno, int *first_column, int *last_lineno, int *last_column);... yes
|
||||
checking for rb_iseq_type(NULL) in VALUE rb_iseq_type(void *);... no
|
||||
creating Makefile
|
||||
|
||||
current directory: /workspaces/codespaces-try-rails/vendor/bundle/ruby/3.0.0/gems/debug-1.5.0/ext/debug
|
||||
make DESTDIR\= clean
|
||||
|
||||
current directory: /workspaces/codespaces-try-rails/vendor/bundle/ruby/3.0.0/gems/debug-1.5.0/ext/debug
|
||||
make DESTDIR\=
|
||||
compiling debug.c
|
||||
compiling iseq_collector.c
|
||||
linking shared-object debug/debug.so
|
||||
|
||||
current directory: /workspaces/codespaces-try-rails/vendor/bundle/ruby/3.0.0/gems/debug-1.5.0/ext/debug
|
||||
make DESTDIR\= install
|
||||
/usr/bin/install -c -m 0755 debug.so ./.gem.20220608-13374-oqfufh/debug
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
have_func: checking for rb_iseq_parameters(NULL, 0) in VALUE rb_iseq_parameters(void *, int is_proc);... -------------------- yes
|
||||
|
||||
"gcc -o conftest -I/opt/ruby/3.0.3/include/ruby-3.0.0/x86_64-linux -I/opt/ruby/3.0.3/include/ruby-3.0.0/ruby/backward -I/opt/ruby/3.0.3/include/ruby-3.0.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/opt/ruby/3.0.3/lib -Wl,-rpath,/opt/ruby/3.0.3/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/opt/ruby/3.0.3/lib -L/opt/ruby/3.0.3/lib -lruby -lm -lc"
|
||||
checked program was:
|
||||
/* begin */
|
||||
1: #include "ruby.h"
|
||||
2:
|
||||
3: int main(int argc, char **argv)
|
||||
4: {
|
||||
5: return !!argv[argc];
|
||||
6: }
|
||||
/* end */
|
||||
|
||||
"gcc -o conftest -I/opt/ruby/3.0.3/include/ruby-3.0.0/x86_64-linux -I/opt/ruby/3.0.3/include/ruby-3.0.0/ruby/backward -I/opt/ruby/3.0.3/include/ruby-3.0.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/opt/ruby/3.0.3/lib -Wl,-rpath,/opt/ruby/3.0.3/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/opt/ruby/3.0.3/lib -L/opt/ruby/3.0.3/lib -lruby -lm -lc"
|
||||
checked program was:
|
||||
/* begin */
|
||||
1: #include "ruby.h"
|
||||
2:
|
||||
3: VALUE rb_iseq_parameters(void *, int is_proc);
|
||||
4: /*top*/
|
||||
5: extern int t(void);
|
||||
6: int main(int argc, char **argv)
|
||||
7: {
|
||||
8: if (argc > 1000000) {
|
||||
9: int (* volatile tp)(void)=(int (*)(void))&t;
|
||||
10: printf("%d", (*tp)());
|
||||
11: }
|
||||
12:
|
||||
13: return !!argv[argc];
|
||||
14: }
|
||||
15:
|
||||
16: int t(void) { rb_iseq_parameters(NULL, 0); return 0; }
|
||||
/* end */
|
||||
|
||||
--------------------
|
||||
|
||||
have_func: checking for rb_iseq_code_location(NULL, NULL, NULL, NULL, NULL) in void rb_iseq_code_location(void *, int *first_lineno, int *first_column, int *last_lineno, int *last_column);... -------------------- yes
|
||||
|
||||
"gcc -o conftest -I/opt/ruby/3.0.3/include/ruby-3.0.0/x86_64-linux -I/opt/ruby/3.0.3/include/ruby-3.0.0/ruby/backward -I/opt/ruby/3.0.3/include/ruby-3.0.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/opt/ruby/3.0.3/lib -Wl,-rpath,/opt/ruby/3.0.3/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/opt/ruby/3.0.3/lib -L/opt/ruby/3.0.3/lib -lruby -lm -lc"
|
||||
checked program was:
|
||||
/* begin */
|
||||
1: #include "ruby.h"
|
||||
2:
|
||||
3: void rb_iseq_code_location(void *, int *first_lineno, int *first_column, int *last_lineno, int *last_column);
|
||||
4: /*top*/
|
||||
5: extern int t(void);
|
||||
6: int main(int argc, char **argv)
|
||||
7: {
|
||||
8: if (argc > 1000000) {
|
||||
9: int (* volatile tp)(void)=(int (*)(void))&t;
|
||||
10: printf("%d", (*tp)());
|
||||
11: }
|
||||
12:
|
||||
13: return !!argv[argc];
|
||||
14: }
|
||||
15:
|
||||
16: int t(void) { rb_iseq_code_location(NULL, NULL, NULL, NULL, NULL); return 0; }
|
||||
/* end */
|
||||
|
||||
--------------------
|
||||
|
||||
have_func: checking for rb_iseq_type(NULL) in VALUE rb_iseq_type(void *);... -------------------- no
|
||||
|
||||
"gcc -o conftest -I/opt/ruby/3.0.3/include/ruby-3.0.0/x86_64-linux -I/opt/ruby/3.0.3/include/ruby-3.0.0/ruby/backward -I/opt/ruby/3.0.3/include/ruby-3.0.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/opt/ruby/3.0.3/lib -Wl,-rpath,/opt/ruby/3.0.3/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/opt/ruby/3.0.3/lib -L/opt/ruby/3.0.3/lib -lruby -lm -lc"
|
||||
/usr/bin/ld: /tmp/ccQviTXK.o: in function `t':
|
||||
/workspaces/codespaces-try-rails/vendor/bundle/ruby/3.0.0/gems/debug-1.5.0/ext/debug/conftest.c:16: undefined reference to `rb_iseq_type'
|
||||
collect2: error: ld returned 1 exit status
|
||||
checked program was:
|
||||
/* begin */
|
||||
1: #include "ruby.h"
|
||||
2:
|
||||
3: VALUE rb_iseq_type(void *);
|
||||
4: /*top*/
|
||||
5: extern int t(void);
|
||||
6: int main(int argc, char **argv)
|
||||
7: {
|
||||
8: if (argc > 1000000) {
|
||||
9: int (* volatile tp)(void)=(int (*)(void))&t;
|
||||
10: printf("%d", (*tp)());
|
||||
11: }
|
||||
12:
|
||||
13: return !!argv[argc];
|
||||
14: }
|
||||
15:
|
||||
16: int t(void) { rb_iseq_type(NULL); return 0; }
|
||||
/* end */
|
||||
|
||||
--------------------
|
||||
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -1,3 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'digest.so'
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue