File tree Expand file tree Collapse file tree 2 files changed +25
-27
lines changed Expand file tree Collapse file tree 2 files changed +25
-27
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
2
ruby '2.0.0'
3
3
#ruby-gemset=railstutorial_rails_4_0
4
4
5
- gem 'rails' , '4.0.4 '
5
+ gem 'rails' , '4.0.5 '
6
6
gem 'bootstrap-sass' , '2.3.2.0'
7
7
gem 'sprockets' , '2.11.0'
8
8
gem 'bcrypt-ruby' , '3.1.2'
Original file line number Diff line number Diff line change 7
7
GEM
8
8
remote: https://rubygems.org/
9
9
specs:
10
- actionmailer (4.0.4 )
11
- actionpack (= 4.0.4 )
10
+ actionmailer (4.0.5 )
11
+ actionpack (= 4.0.5 )
12
12
mail (~> 2.5.4 )
13
- actionpack (4.0.4 )
14
- activesupport (= 4.0.4 )
13
+ actionpack (4.0.5 )
14
+ activesupport (= 4.0.5 )
15
15
builder (~> 3.1.0 )
16
16
erubis (~> 2.7.0 )
17
17
rack (~> 1.5.2 )
18
18
rack-test (~> 0.6.2 )
19
- activemodel (4.0.4 )
20
- activesupport (= 4.0.4 )
19
+ activemodel (4.0.5 )
20
+ activesupport (= 4.0.5 )
21
21
builder (~> 3.1.0 )
22
- activerecord (4.0.4 )
23
- activemodel (= 4.0.4 )
22
+ activerecord (4.0.5 )
23
+ activemodel (= 4.0.5 )
24
24
activerecord-deprecated_finders (~> 1.0.2 )
25
- activesupport (= 4.0.4 )
25
+ activesupport (= 4.0.5 )
26
26
arel (~> 4.0.0 )
27
27
activerecord-deprecated_finders (1.0.3 )
28
- activesupport (4.0.4 )
28
+ activesupport (4.0.5 )
29
29
i18n (~> 0.6 , >= 0.6.9 )
30
30
minitest (~> 4.2 )
31
31
multi_json (~> 1.3 )
32
32
thread_safe (~> 0.1 )
33
33
tzinfo (~> 0.3.37 )
34
34
arel (4.0.2 )
35
- atomic (1.1.16 )
36
35
bcrypt-ruby (3.1.2 )
37
36
bootstrap-sass (2.3.2.0 )
38
37
sass (~> 3.2 )
119
118
mime-types (1.25.1 )
120
119
mini_portile (0.5.2 )
121
120
minitest (4.7.5 )
122
- multi_json (1.9.2 )
121
+ multi_json (1.10.0 )
123
122
multi_test (0.1.1 )
124
123
nio4r (1.0.0 )
125
124
nokogiri (1.6.1 )
@@ -133,25 +132,25 @@ GEM
133
132
rack (1.5.2 )
134
133
rack-test (0.6.2 )
135
134
rack (>= 1.0 )
136
- rails (4.0.4 )
137
- actionmailer (= 4.0.4 )
138
- actionpack (= 4.0.4 )
139
- activerecord (= 4.0.4 )
140
- activesupport (= 4.0.4 )
135
+ rails (4.0.5 )
136
+ actionmailer (= 4.0.5 )
137
+ actionpack (= 4.0.5 )
138
+ activerecord (= 4.0.5 )
139
+ activesupport (= 4.0.5 )
141
140
bundler (>= 1.3.0 , < 2.0 )
142
- railties (= 4.0.4 )
141
+ railties (= 4.0.5 )
143
142
sprockets-rails (~> 2.0.0 )
144
143
rails_12factor (0.0.2 )
145
144
rails_serve_static_assets
146
145
rails_stdout_logging
147
146
rails_serve_static_assets (0.0.2 )
148
147
rails_stdout_logging (0.0.3 )
149
- railties (4.0.4 )
150
- actionpack (= 4.0.4 )
151
- activesupport (= 4.0.4 )
148
+ railties (4.0.5 )
149
+ actionpack (= 4.0.5 )
150
+ activesupport (= 4.0.5 )
152
151
rake (>= 0.8.7 )
153
152
thor (>= 0.18.1 , < 2.0 )
154
- rake (10.1 .1 )
153
+ rake (10.3 .1 )
155
154
rb-fsevent (0.9.4 )
156
155
rb-inotify (0.9.3 )
157
156
ffi (>= 0.5.0 )
201
200
activesupport (>= 3.0 )
202
201
sprockets (~> 2.8 )
203
202
sqlite3 (1.3.8 )
204
- thor (0.18.1 )
205
- thread_safe (0.2.0 )
206
- atomic (>= 1.1.7 , < 2 )
203
+ thor (0.19.1 )
204
+ thread_safe (0.3.3 )
207
205
tilt (1.4.1 )
208
206
timers (1.1.0 )
209
207
treetop (1.4.15 )
@@ -240,7 +238,7 @@ DEPENDENCIES
240
238
jbuilder (= 1.0.2 )
241
239
jquery-rails (= 3.0.4 )
242
240
pg (= 0.15.1 )
243
- rails (= 4.0.4 )
241
+ rails (= 4.0.5 )
244
242
rails_12factor (= 0.0.2 )
245
243
rspec-rails (= 2.13.1 )
246
244
sass-rails (= 4.0.1 )
You can’t perform that action at this time.
0 commit comments