Skip to content

Commit 61a9647

Browse files
Artur GaifutdinovArtur Gaifutdinov
authored andcommitted
Rails 3.2.17
1 parent 01886c8 commit 61a9647

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source 'http://rubygems.org'
55

66
ruby '1.9.3'
77

8-
gem 'rails', '3.2.16'
8+
gem 'rails', '3.2.17'
99
gem 'json'
1010

1111
gem 'hackety_hack-lessons', '~> 1.1', :require => 'hackety_hack/lessons'

Gemfile.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,31 @@ GIT
1515
GEM
1616
remote: http://rubygems.org/
1717
specs:
18-
actionmailer (3.2.16)
19-
actionpack (= 3.2.16)
18+
actionmailer (3.2.17)
19+
actionpack (= 3.2.17)
2020
mail (~> 2.5.4)
21-
actionpack (3.2.16)
22-
activemodel (= 3.2.16)
23-
activesupport (= 3.2.16)
21+
actionpack (3.2.17)
22+
activemodel (= 3.2.17)
23+
activesupport (= 3.2.17)
2424
builder (~> 3.0.0)
2525
erubis (~> 2.7.0)
2626
journey (~> 1.0.4)
2727
rack (~> 1.4.5)
2828
rack-cache (~> 1.2)
2929
rack-test (~> 0.6.1)
3030
sprockets (~> 2.2.1)
31-
activemodel (3.2.16)
32-
activesupport (= 3.2.16)
31+
activemodel (3.2.17)
32+
activesupport (= 3.2.17)
3333
builder (~> 3.0.0)
34-
activerecord (3.2.16)
35-
activemodel (= 3.2.16)
36-
activesupport (= 3.2.16)
34+
activerecord (3.2.17)
35+
activemodel (= 3.2.17)
36+
activesupport (= 3.2.17)
3737
arel (~> 3.0.2)
3838
tzinfo (~> 0.3.29)
39-
activeresource (3.2.16)
40-
activemodel (= 3.2.16)
41-
activesupport (= 3.2.16)
42-
activesupport (3.2.16)
39+
activeresource (3.2.17)
40+
activemodel (= 3.2.17)
41+
activesupport (= 3.2.17)
42+
activesupport (3.2.17)
4343
i18n (~> 0.6, >= 0.6.4)
4444
multi_json (~> 1.0)
4545
addressable (2.3.5)
@@ -163,17 +163,17 @@ GEM
163163
rack
164164
rack-test (0.6.2)
165165
rack (>= 1.0)
166-
rails (3.2.16)
167-
actionmailer (= 3.2.16)
168-
actionpack (= 3.2.16)
169-
activerecord (= 3.2.16)
170-
activeresource (= 3.2.16)
171-
activesupport (= 3.2.16)
166+
rails (3.2.17)
167+
actionmailer (= 3.2.17)
168+
actionpack (= 3.2.17)
169+
activerecord (= 3.2.17)
170+
activeresource (= 3.2.17)
171+
activesupport (= 3.2.17)
172172
bundler (~> 1.0)
173-
railties (= 3.2.16)
174-
railties (3.2.16)
175-
actionpack (= 3.2.16)
176-
activesupport (= 3.2.16)
173+
railties (= 3.2.17)
174+
railties (3.2.17)
175+
actionpack (= 3.2.17)
176+
activesupport (= 3.2.17)
177177
rack-ssl (~> 1.3.2)
178178
rake (>= 0.8.7)
179179
rdoc (~> 3.4)
@@ -264,7 +264,7 @@ DEPENDENCIES
264264
mongo_mapper
265265
pg
266266
pry
267-
rails (= 3.2.16)
267+
rails (= 3.2.17)
268268
redcarpet (~> 3.0)
269269
rspec-rails
270270
sass-rails

0 commit comments

Comments
 (0)