Skip to content

Commit cfde4ac

Browse files
committed
Bundled
1 parent 94d5ed9 commit cfde4ac

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

Gemfile.lock

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
PATH
2+
remote: .
3+
specs:
4+
ten_years_rails (0.2.0)
5+
actionview
6+
colorize (>= 0.8.1)
7+
rest-client (>= 2.0.2)
8+
9+
GEM
10+
remote: https://rubygems.org/
11+
specs:
12+
actionview (5.2.3)
13+
activesupport (= 5.2.3)
14+
builder (~> 3.1)
15+
erubi (~> 1.4)
16+
rails-dom-testing (~> 2.0)
17+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
18+
activesupport (5.2.3)
19+
concurrent-ruby (~> 1.0, >= 1.0.2)
20+
i18n (>= 0.7, < 2)
21+
minitest (~> 5.1)
22+
tzinfo (~> 1.1)
23+
builder (3.2.3)
24+
byebug (11.0.1)
25+
colorize (0.8.1)
26+
concurrent-ruby (1.1.5)
27+
crass (1.0.4)
28+
diff-lcs (1.3)
29+
domain_name (0.5.20190701)
30+
unf (>= 0.0.5, < 1.0.0)
31+
erubi (1.8.0)
32+
http-cookie (1.0.3)
33+
domain_name (~> 0.5)
34+
i18n (1.6.0)
35+
concurrent-ruby (~> 1.0)
36+
loofah (2.2.3)
37+
crass (~> 1.0.2)
38+
nokogiri (>= 1.5.9)
39+
mime-types (3.2.2)
40+
mime-types-data (~> 3.2015)
41+
mime-types-data (3.2019.0331)
42+
mini_portile2 (2.4.0)
43+
minitest (5.11.3)
44+
netrc (0.11.0)
45+
nokogiri (1.10.3)
46+
mini_portile2 (~> 2.4.0)
47+
rails-dom-testing (2.0.3)
48+
activesupport (>= 4.2.0)
49+
nokogiri (>= 1.6)
50+
rails-html-sanitizer (1.0.4)
51+
loofah (~> 2.2, >= 2.2.2)
52+
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+
rspec (3.8.0)
58+
rspec-core (~> 3.8.0)
59+
rspec-expectations (~> 3.8.0)
60+
rspec-mocks (~> 3.8.0)
61+
rspec-core (3.8.2)
62+
rspec-support (~> 3.8.0)
63+
rspec-expectations (3.8.4)
64+
diff-lcs (>= 1.2.0, < 2.0)
65+
rspec-support (~> 3.8.0)
66+
rspec-mocks (3.8.1)
67+
diff-lcs (>= 1.2.0, < 2.0)
68+
rspec-support (~> 3.8.0)
69+
rspec-support (3.8.2)
70+
thread_safe (0.3.6)
71+
timecop (0.9.1)
72+
tzinfo (1.2.5)
73+
thread_safe (~> 0.1)
74+
unf (0.1.4)
75+
unf_ext
76+
unf_ext (0.0.7.6)
77+
78+
PLATFORMS
79+
ruby
80+
81+
DEPENDENCIES
82+
bundler (~> 1.16)
83+
byebug
84+
rake (~> 10.0)
85+
rspec (~> 3.0)
86+
ten_years_rails!
87+
timecop (~> 0.9.1)
88+
89+
BUNDLED WITH
90+
1.16.6

0 commit comments

Comments
 (0)