Skip to content

Commit 8b300a0

Browse files
committed
Updated rspec
1 parent b243097 commit 8b300a0

1 file changed

Lines changed: 15 additions & 17 deletions

File tree

Gemfile.lock

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ GEM
9191
orm_adapter (~> 0.1)
9292
railties (~> 3.1)
9393
warden (~> 1.2.1)
94-
diff-lcs (1.1.3)
94+
diff-lcs (1.2.4)
9595
erubis (2.7.0)
9696
execjs (1.3.0)
9797
multi_json (~> 1.0)
@@ -110,15 +110,15 @@ GEM
110110
haml (~> 3.0)
111111
railties (~> 3.0)
112112
has_scope (0.5.1)
113-
hike (1.2.1)
114-
i18n (0.6.1)
113+
hike (1.2.3)
114+
i18n (0.6.5)
115115
inherited_resources (1.3.0)
116116
has_scope (~> 0.5.0)
117117
responders (~> 0.6.0)
118118
jquery-rails (1.0.19)
119119
railties (~> 3.0)
120120
thor (~> 0.14)
121-
json (1.7.7)
121+
json (1.8.0)
122122
kgio (2.7.2)
123123
launchy (2.0.5)
124124
addressable (~> 2.2.6)
@@ -180,27 +180,25 @@ GEM
180180
rdoc (~> 3.4)
181181
thor (~> 0.14.6)
182182
raindrops (0.8.0)
183-
rake (10.0.3)
183+
rake (10.1.0)
184184
rdiscount (1.6.8)
185-
rdoc (3.12.1)
185+
rdoc (3.12.2)
186186
json (~> 1.4)
187187
redcarpet (2.1.0)
188188
responders (0.6.5)
189189
rest-client (1.6.7)
190190
mime-types (>= 1.16)
191-
rspec (2.8.0)
192-
rspec-core (~> 2.8.0)
193-
rspec-expectations (~> 2.8.0)
194-
rspec-mocks (~> 2.8.0)
195-
rspec-core (2.8.0)
196-
rspec-expectations (2.8.0)
197-
diff-lcs (~> 1.1.2)
198-
rspec-mocks (2.8.0)
199-
rspec-rails (2.8.1)
191+
rspec-core (2.14.5)
192+
rspec-expectations (2.14.3)
193+
diff-lcs (>= 1.1.3, < 2.0)
194+
rspec-mocks (2.14.3)
195+
rspec-rails (2.14.0)
200196
actionpack (>= 3.0)
201197
activesupport (>= 3.0)
202198
railties (>= 3.0)
203-
rspec (~> 2.8.0)
199+
rspec-core (~> 2.14.0)
200+
rspec-expectations (~> 2.14.0)
201+
rspec-mocks (~> 2.14.0)
204202
rubyzip (0.9.5)
205203
sass (3.1.12)
206204
sass-rails (3.1.5)
@@ -225,7 +223,7 @@ GEM
225223
sqlite3 (1.3.5)
226224
term-ansicolor (1.0.7)
227225
thor (0.14.6)
228-
tilt (1.3.3)
226+
tilt (1.3.7)
229227
treetop (1.4.12)
230228
polyglot
231229
polyglot (>= 0.3.1)

0 commit comments

Comments
 (0)