Skip to content

Commit 1ad171f

Browse files
authored
Merge pull request #1335 from Growstuff/dev
Release 25
2 parents 812a6f5 + 06896da commit 1ad171f

File tree

12 files changed

+232
-231
lines changed

12 files changed

+232
-231
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ Rails/OutputSafety:
6868
# update_counters
6969
Rails/SkipsModelValidations:
7070
Exclude:
71-
- 'app/controllers/plantings_controller.rb'
7271
- 'db/seeds.rb'
7372

7473
# Configuration parameters: EnforcedStyle, SupportedStyles.
@@ -228,10 +227,6 @@ Style/NegatedIf:
228227
Exclude:
229228
- 'app/helpers/crops_helper.rb'
230229

231-
Style/NestedTernaryOperator:
232-
Exclude:
233-
- 'app/controllers/plantings_controller.rb'
234-
235230
# Cop supports --auto-correct.
236231
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
237232
# SupportedStyles: skip_modifier_ifs, always

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 4.2.7'
88
gem 'bundler', '>=1.1.5'
99

1010
gem 'coffee-rails', '~> 4.1.0'
11-
gem 'haml'
11+
gem 'haml', '~> 4.0.7'
1212
gem 'sass-rails', '~> 5.0.4'
1313

1414
# CSS framework
@@ -85,8 +85,8 @@ gem "hashie", ">= 3.5.3"
8585

8686
gem 'rake', '>= 10.0.0'
8787

88-
# # CMS
89-
# gem 'comfortable_mexican_sofa', '~> 1.12.0'
88+
# locale based flash notices for controllers
89+
gem "responders"
9090

9191
group :production, :staging do
9292
gem 'bonsai-elasticsearch-rails' # Integration with Bonsa-Elasticsearch on heroku

Gemfile.lock

Lines changed: 47 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ GEM
3131
activejob (4.2.8)
3232
activesupport (= 4.2.8)
3333
globalid (>= 0.3.0)
34-
activemerchant (1.64.0)
35-
activesupport (>= 3.2.14, < 5.1)
34+
activemerchant (1.66.0)
35+
activesupport (>= 3.2.14, < 6.x)
3636
builder (>= 2.1.2, < 4.0.0)
3737
i18n (>= 0.6.9)
3838
nokogiri (~> 1.4)
@@ -52,7 +52,7 @@ GEM
5252
public_suffix (~> 2.0, >= 2.0.2)
5353
arel (6.0.4)
5454
ast (2.3.0)
55-
autoprefixer-rails (6.7.7.2)
55+
autoprefixer-rails (7.0.1)
5656
execjs
5757
bcrypt (3.1.11)
5858
better_errors (2.1.1)
@@ -80,7 +80,7 @@ GEM
8080
uniform_notifier (~> 1.10.0)
8181
byebug (9.0.6)
8282
cancancan (1.16.0)
83-
capybara (2.13.0)
83+
capybara (2.14.0)
8484
addressable
8585
mime-types (>= 1.16)
8686
nokogiri (>= 1.3.3)
@@ -93,9 +93,9 @@ GEM
9393
capybara-screenshot (1.0.14)
9494
capybara (>= 1.0, < 3)
9595
launchy
96-
childprocess (0.6.3)
96+
childprocess (0.7.0)
9797
ffi (~> 1.0, >= 1.0.11)
98-
climate_control (0.1.0)
98+
climate_control (0.2.0)
9999
cliver (0.3.2)
100100
cocaine (0.5.8)
101101
climate_control (>= 0.0.3, < 1.0)
@@ -140,7 +140,7 @@ GEM
140140
railties (>= 3.1)
141141
dalli (2.7.6)
142142
database_cleaner (1.5.3)
143-
debug_inspector (0.0.2)
143+
debug_inspector (0.0.3)
144144
devise (4.2.1)
145145
bcrypt (~> 3.0)
146146
orm_adapter (~> 0.1)
@@ -216,13 +216,13 @@ GEM
216216
highline
217217
tilt
218218
trollop (= 1.16.2)
219-
haml-rails (0.9.0)
219+
haml-rails (1.0.0)
220220
actionpack (>= 4.0.1)
221221
activesupport (>= 4.0.1)
222-
haml (>= 4.0.6, < 5.0)
222+
haml (>= 4.0.6, < 6.0)
223223
html2haml (>= 1.0.1)
224224
railties (>= 4.0.1)
225-
haml_lint (0.24.0)
225+
haml_lint (0.25.1)
226226
haml (>= 4.0, < 5.1)
227227
rainbow
228228
rake (>= 10, < 13)
@@ -233,12 +233,12 @@ GEM
233233
excon (~> 0.45)
234234
multi_json (~> 1.8)
235235
highline (1.7.8)
236-
html2haml (2.1.0)
236+
html2haml (2.2.0)
237237
erubis (~> 2.7.0)
238-
haml (~> 4.0)
238+
haml (>= 4.0, < 6)
239239
nokogiri (>= 1.6.0)
240240
ruby_parser (~> 3.5)
241-
httparty (0.14.0)
241+
httparty (0.15.2)
242242
multi_xml (>= 0.5.2)
243243
i18n (0.8.1)
244244
i18n-tasks (0.9.12)
@@ -251,12 +251,12 @@ GEM
251251
parser (>= 2.2.3.0)
252252
term-ansicolor (>= 1.3.2)
253253
terminal-table (>= 1.5.1)
254-
jasmine (2.5.2)
255-
jasmine-core (>= 2.5.1, < 3.0.0)
254+
jasmine (2.6.0)
255+
jasmine-core (>= 2.6.0, < 3.0.0)
256256
phantomjs
257257
rack (>= 1.2.1)
258258
rake
259-
jasmine-core (2.5.2)
259+
jasmine-core (2.6.1)
260260
jquery-rails (4.3.1)
261261
rails-dom-testing (>= 1, < 3)
262262
railties (>= 4.2.0)
@@ -286,8 +286,8 @@ GEM
286286
ruby_dep (~> 1.2)
287287
loofah (2.0.3)
288288
nokogiri (>= 1.5.9)
289-
lumberjack (1.0.11)
290-
mail (2.6.4)
289+
lumberjack (1.0.12)
290+
mail (2.6.5)
291291
mime-types (>= 1.16, < 4)
292292
memcachier (0.0.2)
293293
method_source (0.8.2)
@@ -296,13 +296,13 @@ GEM
296296
mime-types-data (3.2016.0521)
297297
mimemagic (0.3.2)
298298
mini_portile2 (2.1.0)
299-
minitest (5.10.1)
299+
minitest (5.10.2)
300300
multi_json (1.11.3)
301301
multi_xml (0.6.0)
302302
multipart-post (2.0.0)
303303
nenv (0.3.0)
304304
newrelic_rpm (4.1.0.333)
305-
nokogiri (1.7.1)
305+
nokogiri (1.7.2)
306306
mini_portile2 (~> 2.1.0)
307307
notiffany (0.1.1)
308308
nenv (~> 0.1)
@@ -344,7 +344,7 @@ GEM
344344
phantomjs (2.1.1.0)
345345
plupload-rails (1.2.1)
346346
rails (>= 3.1)
347-
poltergeist (1.14.0)
347+
poltergeist (1.15.0)
348348
capybara (~> 2.1)
349349
cliver (~> 0.3.1)
350350
websocket-driver (>= 0.2.0)
@@ -356,8 +356,8 @@ GEM
356356
public_suffix (2.0.5)
357357
quiet_assets (1.1.0)
358358
railties (>= 3.1, < 5.0)
359-
rack (1.6.5)
360-
rack-protection (1.5.3)
359+
rack (1.6.6)
360+
rack-protection (2.0.0)
361361
rack
362362
rack-test (0.6.3)
363363
rack (>= 1.0)
@@ -400,33 +400,34 @@ GEM
400400
rb-inotify (0.9.8)
401401
ffi (>= 0.5.0)
402402
redis (3.3.3)
403-
responders (2.3.0)
404-
railties (>= 4.2.0, < 5.1)
405-
rspec (3.5.0)
406-
rspec-core (~> 3.5.0)
407-
rspec-expectations (~> 3.5.0)
408-
rspec-mocks (~> 3.5.0)
403+
responders (2.4.0)
404+
actionpack (>= 4.2.0, < 5.3)
405+
railties (>= 4.2.0, < 5.3)
406+
rspec (3.6.0)
407+
rspec-core (~> 3.6.0)
408+
rspec-expectations (~> 3.6.0)
409+
rspec-mocks (~> 3.6.0)
409410
rspec-activemodel-mocks (1.0.3)
410411
activemodel (>= 3.0)
411412
activesupport (>= 3.0)
412413
rspec-mocks (>= 2.99, < 4.0)
413-
rspec-core (3.5.4)
414-
rspec-support (~> 3.5.0)
415-
rspec-expectations (3.5.0)
414+
rspec-core (3.6.0)
415+
rspec-support (~> 3.6.0)
416+
rspec-expectations (3.6.0)
416417
diff-lcs (>= 1.2.0, < 2.0)
417-
rspec-support (~> 3.5.0)
418-
rspec-mocks (3.5.0)
418+
rspec-support (~> 3.6.0)
419+
rspec-mocks (3.6.0)
419420
diff-lcs (>= 1.2.0, < 2.0)
420-
rspec-support (~> 3.5.0)
421-
rspec-rails (3.5.2)
421+
rspec-support (~> 3.6.0)
422+
rspec-rails (3.6.0)
422423
actionpack (>= 3.0)
423424
activesupport (>= 3.0)
424425
railties (>= 3.0)
425-
rspec-core (~> 3.5.0)
426-
rspec-expectations (~> 3.5.0)
427-
rspec-mocks (~> 3.5.0)
428-
rspec-support (~> 3.5.0)
429-
rspec-support (3.5.0)
426+
rspec-core (~> 3.6.0)
427+
rspec-expectations (~> 3.6.0)
428+
rspec-mocks (~> 3.6.0)
429+
rspec-support (~> 3.6.0)
430+
rspec-support (3.6.0)
430431
rubocop (0.47.1)
431432
parser (>= 2.3.3.1, < 3.0)
432433
powerpack (~> 0.1)
@@ -452,11 +453,11 @@ GEM
452453
websocket (~> 1.0)
453454
sexp_processor (4.9.0)
454455
shellany (0.0.1)
455-
sidekiq (4.2.10)
456+
sidekiq (5.0.0)
456457
concurrent-ruby (~> 1.0)
457458
connection_pool (~> 2.2, >= 2.2.0)
458459
rack-protection (>= 1.5.0)
459-
redis (~> 3.2, >= 3.2.1)
460+
redis (~> 3.3, >= 3.3.3)
460461
simplecov (0.12.0)
461462
docile (~> 1.1.0)
462463
json (>= 1.8, < 3)
@@ -550,7 +551,7 @@ DEPENDENCIES
550551
gravatar-ultimate
551552
guard
552553
guard-rspec
553-
haml
554+
haml (~> 4.0.7)
554555
haml-i18n-extractor
555556
haml-rails
556557
haml_lint
@@ -579,6 +580,7 @@ DEPENDENCIES
579580
rails_12factor
580581
rainbow (< 2.2.0)
581582
rake (>= 10.0.0)
583+
responders
582584
rspec-activemodel-mocks
583585
rspec-rails
584586
rubocop (<= 0.47.1)
@@ -592,6 +594,7 @@ DEPENDENCIES
592594
webrat
593595
will_paginate (~> 3.0)
594596

597+
595598
RUBY VERSION
596599
ruby 2.3.4p301
597600

0 commit comments

Comments
 (0)