Skip to content

Commit ed28791

Browse files
committed
Bump version number
1 parent f4c8fe4 commit ed28791

File tree

2 files changed

+25
-27
lines changed

2 files changed

+25
-27
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22
ruby '2.0.0'
33
#ruby-gemset=railstutorial_rails_4_0
44

5-
gem 'rails', '4.0.4'
5+
gem 'rails', '4.0.5'
66
gem 'bootstrap-sass', '2.3.2.0'
77
gem 'sprockets', '2.11.0'
88
gem 'bcrypt-ruby', '3.1.2'

Gemfile.lock

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,31 @@ GIT
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionmailer (4.0.4)
11-
actionpack (= 4.0.4)
10+
actionmailer (4.0.5)
11+
actionpack (= 4.0.5)
1212
mail (~> 2.5.4)
13-
actionpack (4.0.4)
14-
activesupport (= 4.0.4)
13+
actionpack (4.0.5)
14+
activesupport (= 4.0.5)
1515
builder (~> 3.1.0)
1616
erubis (~> 2.7.0)
1717
rack (~> 1.5.2)
1818
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)
2121
builder (~> 3.1.0)
22-
activerecord (4.0.4)
23-
activemodel (= 4.0.4)
22+
activerecord (4.0.5)
23+
activemodel (= 4.0.5)
2424
activerecord-deprecated_finders (~> 1.0.2)
25-
activesupport (= 4.0.4)
25+
activesupport (= 4.0.5)
2626
arel (~> 4.0.0)
2727
activerecord-deprecated_finders (1.0.3)
28-
activesupport (4.0.4)
28+
activesupport (4.0.5)
2929
i18n (~> 0.6, >= 0.6.9)
3030
minitest (~> 4.2)
3131
multi_json (~> 1.3)
3232
thread_safe (~> 0.1)
3333
tzinfo (~> 0.3.37)
3434
arel (4.0.2)
35-
atomic (1.1.16)
3635
bcrypt-ruby (3.1.2)
3736
bootstrap-sass (2.3.2.0)
3837
sass (~> 3.2)
@@ -119,7 +118,7 @@ GEM
119118
mime-types (1.25.1)
120119
mini_portile (0.5.2)
121120
minitest (4.7.5)
122-
multi_json (1.9.2)
121+
multi_json (1.10.0)
123122
multi_test (0.1.1)
124123
nio4r (1.0.0)
125124
nokogiri (1.6.1)
@@ -133,25 +132,25 @@ GEM
133132
rack (1.5.2)
134133
rack-test (0.6.2)
135134
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)
141140
bundler (>= 1.3.0, < 2.0)
142-
railties (= 4.0.4)
141+
railties (= 4.0.5)
143142
sprockets-rails (~> 2.0.0)
144143
rails_12factor (0.0.2)
145144
rails_serve_static_assets
146145
rails_stdout_logging
147146
rails_serve_static_assets (0.0.2)
148147
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)
152151
rake (>= 0.8.7)
153152
thor (>= 0.18.1, < 2.0)
154-
rake (10.1.1)
153+
rake (10.3.1)
155154
rb-fsevent (0.9.4)
156155
rb-inotify (0.9.3)
157156
ffi (>= 0.5.0)
@@ -201,9 +200,8 @@ GEM
201200
activesupport (>= 3.0)
202201
sprockets (~> 2.8)
203202
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)
207205
tilt (1.4.1)
208206
timers (1.1.0)
209207
treetop (1.4.15)
@@ -240,7 +238,7 @@ DEPENDENCIES
240238
jbuilder (= 1.0.2)
241239
jquery-rails (= 3.0.4)
242240
pg (= 0.15.1)
243-
rails (= 4.0.4)
241+
rails (= 4.0.5)
244242
rails_12factor (= 0.0.2)
245243
rspec-rails (= 2.13.1)
246244
sass-rails (= 4.0.1)

0 commit comments

Comments
 (0)