File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change 4
4
ten_years_rails (0.2.0 )
5
5
actionview
6
6
colorize (>= 0.8.1 )
7
- rest-client (>= 2.0.2 )
8
7
9
8
GEM
10
9
remote: https://rubygems.org/
21
20
minitest (~> 5.1 )
22
21
tzinfo (~> 1.1 )
23
22
builder (3.2.3 )
24
- byebug (11.0.1 )
25
23
colorize (0.8.1 )
26
24
concurrent-ruby (1.1.5 )
27
25
crass (1.0.4 )
28
26
diff-lcs (1.3 )
29
- domain_name (0.5.20190701 )
30
- unf (>= 0.0.5 , < 1.0.0 )
31
27
erubi (1.8.0 )
32
- http-cookie (1.0.3 )
33
- domain_name (~> 0.5 )
34
28
i18n (1.6.0 )
35
29
concurrent-ruby (~> 1.0 )
36
30
loofah (2.2.3 )
37
31
crass (~> 1.0.2 )
38
32
nokogiri (>= 1.5.9 )
39
- mime-types (3.2.2 )
40
- mime-types-data (~> 3.2015 )
41
- mime-types-data (3.2019.0331 )
42
33
mini_portile2 (2.4.0 )
43
34
minitest (5.11.3 )
44
- netrc (0.11.0 )
45
35
nokogiri (1.10.3 )
46
36
mini_portile2 (~> 2.4.0 )
47
37
rails-dom-testing (2.0.3 )
50
40
rails-html-sanitizer (1.0.4 )
51
41
loofah (~> 2.2 , >= 2.2.2 )
52
42
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 )
57
43
rspec (3.8.0 )
58
44
rspec-core (~> 3.8.0 )
59
45
rspec-expectations (~> 3.8.0 )
71
57
timecop (0.9.1 )
72
58
tzinfo (1.2.5 )
73
59
thread_safe (~> 0.1 )
74
- unf (0.1.4 )
75
- unf_ext
76
- unf_ext (0.0.7.6 )
77
60
78
61
PLATFORMS
79
62
ruby
80
63
81
64
DEPENDENCIES
82
65
bundler (~> 1.16 )
83
- byebug
84
66
rake (~> 10.0 )
85
67
rspec (~> 3.0 )
86
68
ten_years_rails !
87
69
timecop (~> 0.9.1 )
88
70
89
71
BUNDLED WITH
90
- 1.16.6
72
+ 1.17.2
Original file line number Diff line number Diff line change 2
2
require "cgi"
3
3
require "erb"
4
4
require "json"
5
- require "rest-client"
6
5
7
6
module TenYearsRails
8
7
class BundleReport
You can’t perform that action at this time.
0 commit comments