Skip to content

Commit 32bb94a

Browse files
Add Gemfile.lock
1 parent 4b192eb commit 32bb94a

File tree

1 file changed

+119
-0
lines changed

1 file changed

+119
-0
lines changed

Gemfile.lock

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
actionmailer (4.1.5)
5+
actionpack (= 4.1.5)
6+
actionview (= 4.1.5)
7+
mail (~> 2.5.4)
8+
actionpack (4.1.5)
9+
actionview (= 4.1.5)
10+
activesupport (= 4.1.5)
11+
rack (~> 1.5.2)
12+
rack-test (~> 0.6.2)
13+
actionview (4.1.5)
14+
activesupport (= 4.1.5)
15+
builder (~> 3.1)
16+
erubis (~> 2.7.0)
17+
activemodel (4.1.5)
18+
activesupport (= 4.1.5)
19+
builder (~> 3.1)
20+
activerecord (4.1.5)
21+
activemodel (= 4.1.5)
22+
activesupport (= 4.1.5)
23+
arel (~> 5.0.0)
24+
activesupport (4.1.5)
25+
i18n (~> 0.6, >= 0.6.9)
26+
json (~> 1.7, >= 1.7.7)
27+
minitest (~> 5.1)
28+
thread_safe (~> 0.1)
29+
tzinfo (~> 1.1)
30+
arel (5.0.1.20140414130214)
31+
builder (3.2.2)
32+
byebug (3.5.1)
33+
columnize (~> 0.8)
34+
debugger-linecache (~> 1.2)
35+
slop (~> 3.6)
36+
columnize (0.9.0)
37+
debugger-linecache (1.2.0)
38+
erubis (2.7.0)
39+
hike (1.2.3)
40+
i18n (0.7.0)
41+
jbuilder (2.2.6)
42+
activesupport (>= 3.0.0, < 5)
43+
multi_json (~> 1.2)
44+
json (1.8.1)
45+
macaddr (1.7.1)
46+
systemu (~> 2.6.2)
47+
mail (2.5.4)
48+
mime-types (~> 1.16)
49+
treetop (~> 1.4.8)
50+
mime-types (1.25.1)
51+
mini_portile (0.6.1)
52+
minitest (5.5.0)
53+
multi_json (1.10.1)
54+
nokogiri (1.6.5)
55+
mini_portile (~> 0.6.0)
56+
polyglot (0.3.5)
57+
rack (1.5.2)
58+
rack-test (0.6.2)
59+
rack (>= 1.0)
60+
rails (4.1.5)
61+
actionmailer (= 4.1.5)
62+
actionpack (= 4.1.5)
63+
actionview (= 4.1.5)
64+
activemodel (= 4.1.5)
65+
activerecord (= 4.1.5)
66+
activesupport (= 4.1.5)
67+
bundler (>= 1.3.0, < 2.0)
68+
railties (= 4.1.5)
69+
sprockets-rails (~> 2.0)
70+
railties (4.1.5)
71+
actionpack (= 4.1.5)
72+
activesupport (= 4.1.5)
73+
rake (>= 0.8.7)
74+
thor (>= 0.18.1, < 2.0)
75+
rake (10.4.2)
76+
ruby-saml (0.8.1)
77+
nokogiri (>= 1.5.0)
78+
uuid (~> 2.3)
79+
sass (3.2.19)
80+
sass-rails (4.0.5)
81+
railties (>= 4.0.0, < 5.0)
82+
sass (~> 3.2.2)
83+
sprockets (~> 2.8, < 3.0)
84+
sprockets-rails (~> 2.0)
85+
slop (3.6.0)
86+
spring (1.2.0)
87+
sprockets (2.12.3)
88+
hike (~> 1.2)
89+
multi_json (~> 1.0)
90+
rack (~> 1.0)
91+
tilt (~> 1.1, != 1.3.0)
92+
sprockets-rails (2.2.2)
93+
actionpack (>= 3.0)
94+
activesupport (>= 3.0)
95+
sprockets (>= 2.8, < 4.0)
96+
sqlite3 (1.3.10)
97+
systemu (2.6.4)
98+
thor (0.19.1)
99+
thread_safe (0.3.4)
100+
tilt (1.4.1)
101+
treetop (1.4.15)
102+
polyglot
103+
polyglot (>= 0.3.1)
104+
tzinfo (1.2.2)
105+
thread_safe (~> 0.1)
106+
uuid (2.3.7)
107+
macaddr (~> 1.0)
108+
109+
PLATFORMS
110+
ruby
111+
112+
DEPENDENCIES
113+
byebug
114+
jbuilder (~> 2.0)
115+
rails (= 4.1.5)
116+
ruby-saml (>= 0.8.1)
117+
sass-rails (~> 4.0.3)
118+
spring
119+
sqlite3

0 commit comments

Comments
 (0)