Skip to content

Commit d629800

Browse files
committed
added responders as dependency
1 parent e7e6969 commit d629800

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

Gemfile.lock

+3-11
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,16 @@ GEM
3535
git (1.2.5)
3636
hike (1.2.1)
3737
i18n (0.6.0)
38-
i18n (0.6.1)
3938
jeweler (1.8.4)
4039
bundler (~> 1.0)
4140
git (>= 1.2.5)
4241
rake
4342
rdoc
4443
journey (1.0.4)
4544
json (1.6.4)
46-
json (1.7.5)
47-
mail (2.3.0)
48-
i18n (>= 0.4.0)
49-
mime-types (~> 1.16)
50-
treetop (~> 1.4.8)
5145
mail (2.4.4)
52-
mime-types (1.19)
5346
multi_json (1.5.0)
5447
pg (0.14.1)
55-
polyglot (0.3.3)
5648
rack (1.4.1)
5749
rack-cache (1.2)
5850
rack (>= 0.4)
@@ -78,6 +70,8 @@ GEM
7870
rake (10.0.2)
7971
rdoc (3.12)
8072
json (~> 1.4)
73+
responders (0.9.3)
74+
railties (~> 3.1)
8175
rspec (2.12.0)
8276
rspec-core (~> 2.12.0)
8377
rspec-expectations (~> 2.12.0)
@@ -93,9 +87,6 @@ GEM
9387
tilt (~> 1.1, != 1.3.0)
9488
thor (0.16.0)
9589
tilt (1.3.3)
96-
treetop (1.4.12)
97-
polyglot
98-
polyglot (>= 0.3.1)
9990
tzinfo (0.3.35)
10091

10192
PLATFORMS
@@ -107,5 +98,6 @@ DEPENDENCIES
10798
pg
10899
rails
109100
rake
101+
responders
110102
rspec (~> 2.6)
111103
rspec-core (~> 2.6)

0 commit comments

Comments
 (0)