Skip to content

Commit 93b15bd

Browse files
committed
I want a pony.
1 parent d7e346e commit 93b15bd

2 files changed

Lines changed: 4 additions & 25 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ gem "mongo_mapper", "~>0.8.4"
1313
gem "rack-flash", "~>0.1.1"
1414
gem "rdiscount", "~>1.6.5"
1515
gem "i18n", "~>0.4.1"
16-
gem "actionmailer", "~>3.0.0"
1716
gem "bson_ext", "~>1.1"
17+
gem "pony", "~>1.0.1"
1818

1919
group :test do
2020
gem "launchy", "~>0.3.7"

Gemfile.lock

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
abstract (1.0.0)
5-
actionmailer (3.0.1)
6-
actionpack (= 3.0.1)
7-
mail (~> 2.2.5)
8-
actionpack (3.0.1)
9-
activemodel (= 3.0.1)
10-
activesupport (= 3.0.1)
11-
builder (~> 2.1.2)
12-
erubis (~> 2.6.6)
13-
i18n (~> 0.4.1)
14-
rack (~> 1.2.1)
15-
rack-mount (~> 0.6.12)
16-
rack-test (~> 0.5.4)
17-
tzinfo (~> 0.3.23)
18-
activemodel (3.0.1)
19-
activesupport (= 3.0.1)
20-
builder (~> 2.1.2)
21-
i18n (~> 0.4.1)
224
activesupport (3.0.1)
235
autotest (4.3.2)
246
bson (1.1.1)
@@ -45,8 +27,6 @@ GEM
4527
culerity (0.2.12)
4628
database_cleaner (0.6.0)
4729
diff-lcs (1.1.2)
48-
erubis (2.6.6)
49-
abstract (>= 1.0.0)
5030
extlib (0.9.15)
5131
factory_girl (1.3.2)
5232
ffi (0.6.3)
@@ -80,11 +60,11 @@ GEM
8060
plucky (0.3.6)
8161
mongo (~> 1.1)
8262
polyglot (0.3.1)
63+
pony (1.0.1)
64+
mail (> 2.0)
8365
rack (1.2.1)
8466
rack-flash (0.1.1)
8567
rack
86-
rack-mount (0.6.13)
87-
rack (>= 1.0.0)
8868
rack-test (0.5.6)
8969
rack (>= 1.0)
9070
rake (0.8.7)
@@ -107,7 +87,6 @@ GEM
10787
tilt (1.1)
10888
treetop (1.4.8)
10989
polyglot (>= 0.3.1)
110-
tzinfo (0.3.23)
11190
webrat (0.7.2)
11291
nokogiri (>= 1.2.0)
11392
rack (>= 1.0)
@@ -117,7 +96,6 @@ PLATFORMS
11796
ruby
11897

11998
DEPENDENCIES
120-
actionmailer (~> 3.0.0)
12199
autotest (~> 4.3.2)
122100
bson_ext (~> 1.1)
123101
capybara (~> 0.3.9)
@@ -129,6 +107,7 @@ DEPENDENCIES
129107
i18n (~> 0.4.1)
130108
launchy (~> 0.3.7)
131109
mongo_mapper (~> 0.8.4)
110+
pony (~> 1.0.1)
132111
rack-flash (~> 0.1.1)
133112
rdiscount (~> 1.6.5)
134113
rspec (~> 1.3.0)

0 commit comments

Comments
 (0)