Skip to content

Commit 649695a

Browse files
committed
Bump version number
1 parent 2665e11 commit 649695a

2 files changed

Lines changed: 53 additions & 50 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'rails', '3.2.13'
3+
gem 'rails', '3.2.14'
44
gem 'bootstrap-sass', '2.1'
55
gem 'bcrypt-ruby', '3.0.1'
66
gem 'faker', '1.0.1'
@@ -12,7 +12,7 @@ group :development, :test do
1212
gem 'sqlite3', '1.3.5'
1313
gem 'rspec-rails', '2.11.0'
1414
gem 'guard-rspec', '1.2.1'
15-
gem 'guard-spork', '1.2.0'
15+
gem 'guard-spork', '1.2.0'
1616
gem 'childprocess', '0.3.6'
1717
gem 'spork', '0.9.2'
1818
end

Gemfile.lock

Lines changed: 51 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionmailer (3.2.13)
5-
actionpack (= 3.2.13)
6-
mail (~> 2.5.3)
7-
actionpack (3.2.13)
8-
activemodel (= 3.2.13)
9-
activesupport (= 3.2.13)
4+
actionmailer (3.2.14)
5+
actionpack (= 3.2.14)
6+
mail (~> 2.5.4)
7+
actionpack (3.2.14)
8+
activemodel (= 3.2.14)
9+
activesupport (= 3.2.14)
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.13)
18-
activesupport (= 3.2.13)
17+
activemodel (3.2.14)
18+
activesupport (= 3.2.14)
1919
builder (~> 3.0.0)
20-
activerecord (3.2.13)
21-
activemodel (= 3.2.13)
22-
activesupport (= 3.2.13)
20+
activerecord (3.2.14)
21+
activemodel (= 3.2.14)
22+
activesupport (= 3.2.14)
2323
arel (~> 3.0.2)
2424
tzinfo (~> 0.3.29)
25-
activeresource (3.2.13)
26-
activemodel (= 3.2.13)
27-
activesupport (= 3.2.13)
28-
activesupport (3.2.13)
29-
i18n (= 0.6.1)
25+
activeresource (3.2.14)
26+
activemodel (= 3.2.14)
27+
activesupport (= 3.2.14)
28+
activesupport (3.2.14)
29+
i18n (~> 0.6, >= 0.6.4)
3030
multi_json (~> 1.0)
3131
arel (3.0.2)
3232
bcrypt-ruby (3.0.1)
@@ -50,12 +50,13 @@ GEM
5050
coffee-script (2.2.0)
5151
coffee-script-source
5252
execjs
53-
coffee-script-source (1.6.2)
54-
cucumber (1.3.1)
53+
coffee-script-source (1.6.3)
54+
cucumber (1.3.5)
5555
builder (>= 2.1.2)
5656
diff-lcs (>= 1.1.3)
5757
gherkin (~> 2.12.0)
58-
multi_json (~> 1.3)
58+
multi_json (~> 1.7.5)
59+
multi_test (>= 0.0.2)
5960
cucumber-rails (1.2.1)
6061
capybara (>= 1.1.2)
6162
cucumber (>= 1.1.3)
@@ -72,11 +73,11 @@ GEM
7273
railties (>= 3.0.0)
7374
faker (1.0.1)
7475
i18n (~> 0.4)
75-
ffi (1.8.1)
76+
ffi (1.9.0)
7677
formatador (0.2.4)
7778
gherkin (2.12.0)
7879
multi_json (~> 1.3)
79-
guard (1.8.0)
80+
guard (1.8.1)
8081
formatador (>= 0.2.4)
8182
listen (>= 1.0.0)
8283
lumberjack (>= 1.0.2)
@@ -89,29 +90,31 @@ GEM
8990
guard (>= 1.1)
9091
spork (>= 0.8.4)
9192
sys-proctable
92-
hike (1.2.2)
93-
i18n (0.6.1)
93+
hike (1.2.3)
94+
i18n (0.6.4)
9495
journey (1.0.4)
9596
jquery-rails (2.0.2)
9697
railties (>= 3.2.0, < 5.0)
9798
thor (~> 0.14)
98-
json (1.7.7)
99-
listen (1.0.3)
99+
json (1.8.0)
100+
listen (1.2.2)
100101
rb-fsevent (>= 0.9.3)
101102
rb-inotify (>= 0.9)
102103
rb-kqueue (>= 0.2)
103-
lumberjack (1.0.3)
104-
mail (2.5.3)
105-
i18n (>= 0.4.0)
104+
lumberjack (1.0.4)
105+
mail (2.5.4)
106106
mime-types (~> 1.16)
107107
treetop (~> 1.4.8)
108-
method_source (0.8.1)
108+
method_source (0.8.2)
109109
mime-types (1.23)
110-
multi_json (1.7.3)
111-
nokogiri (1.5.9)
110+
mini_portile (0.5.1)
111+
multi_json (1.7.7)
112+
multi_test (0.0.2)
113+
nokogiri (1.6.0)
114+
mini_portile (~> 0.5.0)
112115
pg (0.12.2)
113116
polyglot (0.3.3)
114-
pry (0.9.12.1)
117+
pry (0.9.12.2)
115118
coderay (~> 1.0.5)
116119
method_source (~> 0.8)
117120
slop (~> 3.4)
@@ -122,22 +125,22 @@ GEM
122125
rack
123126
rack-test (0.6.2)
124127
rack (>= 1.0)
125-
rails (3.2.13)
126-
actionmailer (= 3.2.13)
127-
actionpack (= 3.2.13)
128-
activerecord (= 3.2.13)
129-
activeresource (= 3.2.13)
130-
activesupport (= 3.2.13)
128+
rails (3.2.14)
129+
actionmailer (= 3.2.14)
130+
actionpack (= 3.2.14)
131+
activerecord (= 3.2.14)
132+
activeresource (= 3.2.14)
133+
activesupport (= 3.2.14)
131134
bundler (~> 1.0)
132-
railties (= 3.2.13)
133-
railties (3.2.13)
134-
actionpack (= 3.2.13)
135-
activesupport (= 3.2.13)
135+
railties (= 3.2.14)
136+
railties (3.2.14)
137+
actionpack (= 3.2.14)
138+
activesupport (= 3.2.14)
136139
rack-ssl (~> 1.3.2)
137140
rake (>= 0.8.7)
138141
rdoc (~> 3.4)
139142
thor (>= 0.14.6, < 2.0)
140-
rake (10.0.4)
143+
rake (10.1.0)
141144
rb-fsevent (0.9.3)
142145
rb-inotify (0.9.0)
143146
ffi (>= 0.5.0)
@@ -159,17 +162,17 @@ GEM
159162
railties (>= 3.0)
160163
rspec (~> 2.11.0)
161164
rubyzip (0.9.9)
162-
sass (3.2.8)
165+
sass (3.2.10)
163166
sass-rails (3.2.5)
164167
railties (~> 3.2.0)
165168
sass (>= 3.1.10)
166169
tilt (~> 1.3)
167-
selenium-webdriver (2.32.1)
170+
selenium-webdriver (2.33.0)
168171
childprocess (>= 0.2.5)
169172
multi_json (~> 1.0)
170173
rubyzip
171174
websocket (~> 1.0.4)
172-
slop (3.4.4)
175+
slop (3.4.6)
173176
spork (0.9.2)
174177
sprockets (2.2.2)
175178
hike (~> 1.2)
@@ -180,7 +183,7 @@ GEM
180183
sys-proctable (0.9.3)
181184
thor (0.18.1)
182185
tilt (1.4.1)
183-
treetop (1.4.12)
186+
treetop (1.4.14)
184187
polyglot
185188
polyglot (>= 0.3.1)
186189
tzinfo (0.3.37)
@@ -210,7 +213,7 @@ DEPENDENCIES
210213
guard-spork (= 1.2.0)
211214
jquery-rails (= 2.0.2)
212215
pg (= 0.12.2)
213-
rails (= 3.2.13)
216+
rails (= 3.2.14)
214217
rspec-rails (= 2.11.0)
215218
sass-rails (= 3.2.5)
216219
spork (= 0.9.2)

0 commit comments

Comments
 (0)