Skip to content

Commit 38d89f0

Browse files
committed
Bundled and removed unnecessary require
1 parent ba7063f commit 38d89f0

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

Gemfile.lock

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ PATH
44
ten_years_rails (0.2.0)
55
actionview
66
colorize (>= 0.8.1)
7-
rest-client (>= 2.0.2)
87

98
GEM
109
remote: https://rubygems.org/
@@ -21,27 +20,18 @@ GEM
2120
minitest (~> 5.1)
2221
tzinfo (~> 1.1)
2322
builder (3.2.3)
24-
byebug (11.0.1)
2523
colorize (0.8.1)
2624
concurrent-ruby (1.1.5)
2725
crass (1.0.4)
2826
diff-lcs (1.3)
29-
domain_name (0.5.20190701)
30-
unf (>= 0.0.5, < 1.0.0)
3127
erubi (1.8.0)
32-
http-cookie (1.0.3)
33-
domain_name (~> 0.5)
3428
i18n (1.6.0)
3529
concurrent-ruby (~> 1.0)
3630
loofah (2.2.3)
3731
crass (~> 1.0.2)
3832
nokogiri (>= 1.5.9)
39-
mime-types (3.2.2)
40-
mime-types-data (~> 3.2015)
41-
mime-types-data (3.2019.0331)
4233
mini_portile2 (2.4.0)
4334
minitest (5.11.3)
44-
netrc (0.11.0)
4535
nokogiri (1.10.3)
4636
mini_portile2 (~> 2.4.0)
4737
rails-dom-testing (2.0.3)
@@ -50,10 +40,6 @@ GEM
5040
rails-html-sanitizer (1.0.4)
5141
loofah (~> 2.2, >= 2.2.2)
5242
rake (10.5.0)
53-
rest-client (2.0.2)
54-
http-cookie (>= 1.0.2, < 2.0)
55-
mime-types (>= 1.16, < 4.0)
56-
netrc (~> 0.8)
5743
rspec (3.8.0)
5844
rspec-core (~> 3.8.0)
5945
rspec-expectations (~> 3.8.0)
@@ -71,20 +57,16 @@ GEM
7157
timecop (0.9.1)
7258
tzinfo (1.2.5)
7359
thread_safe (~> 0.1)
74-
unf (0.1.4)
75-
unf_ext
76-
unf_ext (0.0.7.6)
7760

7861
PLATFORMS
7962
ruby
8063

8164
DEPENDENCIES
8265
bundler (~> 1.16)
83-
byebug
8466
rake (~> 10.0)
8567
rspec (~> 3.0)
8668
ten_years_rails!
8769
timecop (~> 0.9.1)
8870

8971
BUNDLED WITH
90-
1.16.6
72+
1.17.2

lib/ten_years_rails/bundle_report.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
require "cgi"
33
require "erb"
44
require "json"
5-
require "rest-client"
65

76
module TenYearsRails
87
class BundleReport

0 commit comments

Comments
 (0)