Skip to content

Commit 666d6bb

Browse files
committed
Bump version number
1 parent c81a453 commit 666d6bb

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'rails', '3.2.15'
3+
gem 'rails', '3.2.16'
44
gem 'bootstrap-sass', '2.1'
55
gem 'bcrypt-ruby', '3.0.1'
66
gem 'faker', '1.0.1'

Gemfile.lock

+38-38
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionmailer (3.2.15)
5-
actionpack (= 3.2.15)
4+
actionmailer (3.2.16)
5+
actionpack (= 3.2.16)
66
mail (~> 2.5.4)
7-
actionpack (3.2.15)
8-
activemodel (= 3.2.15)
9-
activesupport (= 3.2.15)
7+
actionpack (3.2.16)
8+
activemodel (= 3.2.16)
9+
activesupport (= 3.2.16)
1010
builder (~> 3.0.0)
1111
erubis (~> 2.7.0)
1212
journey (~> 1.0.4)
1313
rack (~> 1.4.5)
1414
rack-cache (~> 1.2)
1515
rack-test (~> 0.6.1)
1616
sprockets (~> 2.2.1)
17-
activemodel (3.2.15)
18-
activesupport (= 3.2.15)
17+
activemodel (3.2.16)
18+
activesupport (= 3.2.16)
1919
builder (~> 3.0.0)
20-
activerecord (3.2.15)
21-
activemodel (= 3.2.15)
22-
activesupport (= 3.2.15)
20+
activerecord (3.2.16)
21+
activemodel (= 3.2.16)
22+
activesupport (= 3.2.16)
2323
arel (~> 3.0.2)
2424
tzinfo (~> 0.3.29)
25-
activeresource (3.2.15)
26-
activemodel (= 3.2.15)
27-
activesupport (= 3.2.15)
28-
activesupport (3.2.15)
25+
activeresource (3.2.16)
26+
activemodel (= 3.2.16)
27+
activesupport (= 3.2.16)
28+
activesupport (3.2.16)
2929
i18n (~> 0.6, >= 0.6.4)
3030
multi_json (~> 1.0)
31-
arel (3.0.2)
31+
arel (3.0.3)
3232
bcrypt-ruby (3.0.1)
3333
bootstrap-sass (2.1.0.0)
3434
bootstrap-will_paginate (0.0.6)
@@ -45,18 +45,18 @@ GEM
4545
timers (~> 1.1.0)
4646
childprocess (0.3.6)
4747
ffi (~> 1.0, >= 1.0.6)
48-
coderay (1.0.9)
48+
coderay (1.1.0)
4949
coffee-rails (3.2.2)
5050
coffee-script (>= 2.2.0)
5151
railties (~> 3.2.0)
5252
coffee-script (2.2.0)
5353
coffee-script-source
5454
execjs
5555
coffee-script-source (1.6.3)
56-
cucumber (1.3.8)
56+
cucumber (1.3.10)
5757
builder (>= 2.1.2)
5858
diff-lcs (>= 1.1.3)
59-
gherkin (~> 2.12.1)
59+
gherkin (~> 2.12)
6060
multi_json (>= 1.7.5, < 2.0)
6161
multi_test (>= 0.0.2)
6262
cucumber-rails (1.2.1)
@@ -74,11 +74,11 @@ GEM
7474
railties (>= 3.0.0)
7575
faker (1.0.1)
7676
i18n (~> 0.4)
77-
ffi (1.9.0)
77+
ffi (1.9.3)
7878
formatador (0.2.4)
7979
gherkin (2.12.2)
8080
multi_json (~> 1.3)
81-
guard (2.1.1)
81+
guard (2.2.4)
8282
formatador (>= 0.2.4)
8383
listen (~> 2.1)
8484
lumberjack (~> 1.0)
@@ -92,13 +92,13 @@ GEM
9292
spork (>= 0.8.4)
9393
sys-proctable
9494
hike (1.2.3)
95-
i18n (0.6.5)
95+
i18n (0.6.9)
9696
journey (1.0.4)
9797
jquery-rails (2.0.2)
9898
railties (>= 3.2.0, < 5.0)
9999
thor (~> 0.14)
100100
json (1.8.1)
101-
listen (2.1.1)
101+
listen (2.3.1)
102102
celluloid (>= 0.15.2)
103103
rb-fsevent (>= 0.9.3)
104104
rb-inotify (>= 0.9)
@@ -107,16 +107,16 @@ GEM
107107
mime-types (~> 1.16)
108108
treetop (~> 1.4.8)
109109
method_source (0.8.2)
110-
mime-types (1.25)
111-
mini_portile (0.5.1)
110+
mime-types (1.25.1)
111+
mini_portile (0.5.2)
112112
multi_json (1.8.2)
113113
multi_test (0.0.2)
114114
nokogiri (1.6.0)
115115
mini_portile (~> 0.5.0)
116116
pg (0.12.2)
117117
polyglot (0.3.3)
118-
pry (0.9.12.2)
119-
coderay (~> 1.0.5)
118+
pry (0.9.12.4)
119+
coderay (~> 1.0)
120120
method_source (~> 0.8)
121121
slop (~> 3.4)
122122
rack (1.4.5)
@@ -126,17 +126,17 @@ GEM
126126
rack
127127
rack-test (0.6.2)
128128
rack (>= 1.0)
129-
rails (3.2.15)
130-
actionmailer (= 3.2.15)
131-
actionpack (= 3.2.15)
132-
activerecord (= 3.2.15)
133-
activeresource (= 3.2.15)
134-
activesupport (= 3.2.15)
129+
rails (3.2.16)
130+
actionmailer (= 3.2.16)
131+
actionpack (= 3.2.16)
132+
activerecord (= 3.2.16)
133+
activeresource (= 3.2.16)
134+
activesupport (= 3.2.16)
135135
bundler (~> 1.0)
136-
railties (= 3.2.15)
137-
railties (3.2.15)
138-
actionpack (= 3.2.15)
139-
activesupport (= 3.2.15)
136+
railties (= 3.2.16)
137+
railties (3.2.16)
138+
actionpack (= 3.2.16)
139+
activesupport (= 3.2.16)
140140
rack-ssl (~> 1.3.2)
141141
rake (>= 0.8.7)
142142
rdoc (~> 3.4)
@@ -171,7 +171,7 @@ GEM
171171
multi_json (~> 1.0)
172172
rubyzip (~> 1.0.0)
173173
websocket (~> 1.0.4)
174-
slop (3.4.6)
174+
slop (3.4.7)
175175
spork (0.9.2)
176176
sprockets (2.2.2)
177177
hike (~> 1.2)
@@ -213,7 +213,7 @@ DEPENDENCIES
213213
guard-spork (= 1.2.0)
214214
jquery-rails (= 2.0.2)
215215
pg (= 0.12.2)
216-
rails (= 3.2.15)
216+
rails (= 3.2.16)
217217
rspec-rails (= 2.11.0)
218218
sass-rails (= 3.2.5)
219219
spork (= 0.9.2)

0 commit comments

Comments
 (0)