Skip to content

Commit 82d373d

Browse files
committed
Update rake
1 parent 52608be commit 82d373d

File tree

5,827 files changed

+856889
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,827 files changed

+856889
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gem 'jbuilder', '~> 2.5'
3535

3636
# Use Capistrano for deployment
3737
# gem 'capistrano-rails', group: :development
38-
gem 'rake'
38+
gem 'rake', '~> 12.3.2'
3939

4040
# Reduces boot times through caching; required in config/boot.rb
4141
gem 'bootsnap', '>= 1.1.0', require: false

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ GEM
141141
method_source
142142
rake (>= 0.8.7)
143143
thor (>= 0.19.0, < 2.0)
144-
rake (13.0.0)
144+
rake (12.3.3)
145145
rb-fsevent (0.10.3)
146146
rb-inotify (0.10.0)
147147
ffi (~> 1.0)
@@ -214,6 +214,7 @@ DEPENDENCIES
214214
pg (>= 0.18, < 2.0)
215215
puma (~> 3.11)
216216
rails (~> 5.2.3)
217+
rake (~> 12.3.2)
217218
sass-rails (~> 5.0)
218219
selenium-webdriver
219220
spring

path/ruby/2.6.0/bin/byebug

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/usr/bin/env ruby_executable_hooks
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'byebug' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0.a"
12+
13+
str = ARGV.first
14+
if str
15+
str = str.b[/\A_(.*)_\z/, 1]
16+
if str and Gem::Version.correct?(str)
17+
version = str
18+
ARGV.shift
19+
end
20+
end
21+
22+
if Gem.respond_to?(:activate_bin_path)
23+
load Gem.activate_bin_path('byebug', 'byebug', version)
24+
else
25+
gem "byebug", version
26+
load Gem.bin_path("byebug", "byebug", version)
27+
end
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/usr/bin/env ruby_executable_hooks
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'chromedriver-helper' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0.a"
12+
13+
str = ARGV.first
14+
if str
15+
str = str.b[/\A_(.*)_\z/, 1]
16+
if str and Gem::Version.correct?(str)
17+
version = str
18+
ARGV.shift
19+
end
20+
end
21+
22+
if Gem.respond_to?(:activate_bin_path)
23+
load Gem.activate_bin_path('chromedriver-helper', 'chromedriver-helper', version)
24+
else
25+
gem "chromedriver-helper", version
26+
load Gem.bin_path("chromedriver-helper", "chromedriver-helper", version)
27+
end
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/usr/bin/env ruby_executable_hooks
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'chromedriver-helper' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0.a"
12+
13+
str = ARGV.first
14+
if str
15+
str = str.b[/\A_(.*)_\z/, 1]
16+
if str and Gem::Version.correct?(str)
17+
version = str
18+
ARGV.shift
19+
end
20+
end
21+
22+
if Gem.respond_to?(:activate_bin_path)
23+
load Gem.activate_bin_path('chromedriver-helper', 'chromedriver-update', version)
24+
else
25+
gem "chromedriver-helper", version
26+
load Gem.bin_path("chromedriver-helper", "chromedriver-update", version)
27+
end

path/ruby/2.6.0/bin/listen

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/usr/bin/env ruby_executable_hooks
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'listen' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0.a"
12+
13+
str = ARGV.first
14+
if str
15+
str = str.b[/\A_(.*)_\z/, 1]
16+
if str and Gem::Version.correct?(str)
17+
version = str
18+
ARGV.shift
19+
end
20+
end
21+
22+
if Gem.respond_to?(:activate_bin_path)
23+
load Gem.activate_bin_path('listen', 'listen', version)
24+
else
25+
gem "listen", version
26+
load Gem.bin_path("listen", "listen", version)
27+
end

path/ruby/2.6.0/bin/nokogiri

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/usr/bin/env ruby_executable_hooks
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'nokogiri' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0.a"
12+
13+
str = ARGV.first
14+
if str
15+
str = str.b[/\A_(.*)_\z/, 1]
16+
if str and Gem::Version.correct?(str)
17+
version = str
18+
ARGV.shift
19+
end
20+
end
21+
22+
if Gem.respond_to?(:activate_bin_path)
23+
load Gem.activate_bin_path('nokogiri', 'nokogiri', version)
24+
else
25+
gem "nokogiri", version
26+
load Gem.bin_path("nokogiri", "nokogiri", version)
27+
end

path/ruby/2.6.0/bin/puma

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/usr/bin/env ruby_executable_hooks
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'puma' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0.a"
12+
13+
str = ARGV.first
14+
if str
15+
str = str.b[/\A_(.*)_\z/, 1]
16+
if str and Gem::Version.correct?(str)
17+
version = str
18+
ARGV.shift
19+
end
20+
end
21+
22+
if Gem.respond_to?(:activate_bin_path)
23+
load Gem.activate_bin_path('puma', 'puma', version)
24+
else
25+
gem "puma", version
26+
load Gem.bin_path("puma", "puma", version)
27+
end

path/ruby/2.6.0/bin/pumactl

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/usr/bin/env ruby_executable_hooks
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'puma' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0.a"
12+
13+
str = ARGV.first
14+
if str
15+
str = str.b[/\A_(.*)_\z/, 1]
16+
if str and Gem::Version.correct?(str)
17+
version = str
18+
ARGV.shift
19+
end
20+
end
21+
22+
if Gem.respond_to?(:activate_bin_path)
23+
load Gem.activate_bin_path('puma', 'pumactl', version)
24+
else
25+
gem "puma", version
26+
load Gem.bin_path("puma", "pumactl", version)
27+
end

path/ruby/2.6.0/bin/rackup

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/usr/bin/env ruby_executable_hooks
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'rack' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0.a"
12+
13+
str = ARGV.first
14+
if str
15+
str = str.b[/\A_(.*)_\z/, 1]
16+
if str and Gem::Version.correct?(str)
17+
version = str
18+
ARGV.shift
19+
end
20+
end
21+
22+
if Gem.respond_to?(:activate_bin_path)
23+
load Gem.activate_bin_path('rack', 'rackup', version)
24+
else
25+
gem "rack", version
26+
load Gem.bin_path("rack", "rackup", version)
27+
end

0 commit comments

Comments
 (0)