Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 577dbf9

Browse files
authoredSep 30, 2019
Bump sail from 1.5.1 to 3.2.3
Bumps [sail](https://github.com/vinistock/sail) from 1.5.1 to 3.2.3. - [Release notes](https://github.com/vinistock/sail/releases) - [Changelog](https://github.com/vinistock/sail/blob/master/CHANGELOG.md) - [Commits](vinistock/sail@1.5.1...v3.2.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 90d18d7 commit 577dbf9

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ gem "rolify", "~> 5.2" # Very simple Roles library
7878
gem "rouge", "~> 3.11" # A pure-ruby code highlighter
7979
gem "rubyzip", "~> 1.2", ">= 1.3.0" # Rubyzip is a ruby library for reading and writing zip files
8080
gem "s3_direct_upload", "~> 0.1" # Direct Upload to Amazon S3
81-
gem "sail", "~> 1.5" # Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app
81+
gem "sail", "~> 3.2" # Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app
8282
gem "sass-rails", "~> 5.1" # Sass adapter for the Rails asset pipeline
8383
gem "scout_apm", "~> 2.6" # Monitors Ruby apps and reports detailed metrics on performance to Scout
8484
gem "serviceworker-rails", "~> 0.6" # Integrates ServiceWorker into the Rails asset pipeline

‎Gemfile.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ GEM
307307
rubocop (~> 0.51)
308308
smart_properties
309309
errbase (0.1.1)
310-
erubi (1.8.0)
311-
et-orbi (1.1.6)
310+
erubi (1.9.0)
311+
et-orbi (1.2.2)
312312
tzinfo
313313
eventmachine (1.2.5)
314314
excon (0.65.0)
@@ -357,8 +357,8 @@ GEM
357357
nokogiri (>= 1.5.11, < 2.0.0)
358358
formatador (0.2.5)
359359
front_matter_parser (0.2.1)
360-
fugit (1.1.6)
361-
et-orbi (~> 1.1, >= 1.1.6)
360+
fugit (1.3.3)
361+
et-orbi (~> 1.1, >= 1.1.8)
362362
raabro (~> 1.1)
363363
gemoji (3.0.1)
364364
get_process_mem (0.2.4)
@@ -466,7 +466,7 @@ GEM
466466
rb-fsevent (~> 0.9, >= 0.9.4)
467467
rb-inotify (~> 0.9, >= 0.9.7)
468468
ruby_dep (~> 1.2)
469-
loofah (2.2.3)
469+
loofah (2.3.0)
470470
crass (~> 1.0.2)
471471
nokogiri (>= 1.5.9)
472472
lumberjack (1.0.13)
@@ -486,7 +486,7 @@ GEM
486486
mini_magick (4.9.5)
487487
mini_mime (1.0.2)
488488
mini_portile2 (2.4.0)
489-
minitest (5.11.3)
489+
minitest (5.12.2)
490490
momentjs-rails (2.20.1)
491491
railties (>= 3.1)
492492
msgpack (1.3.1)
@@ -500,7 +500,7 @@ GEM
500500
net-http-persistent (3.1.0)
501501
connection_pool (~> 2.2)
502502
netrc (0.11.0)
503-
nio4r (2.5.1)
503+
nio4r (2.5.2)
504504
nokogiri (1.10.4)
505505
mini_portile2 (~> 2.4.0)
506506
notiffany (0.1.3)
@@ -682,11 +682,11 @@ GEM
682682
safe_yaml (1.0.5)
683683
safely_block (0.2.1)
684684
errbase
685-
sail (1.5.1)
685+
sail (3.2.3)
686686
fugit
687687
jquery-rails
688688
rails
689-
sass-rails
689+
sassc-rails
690690
sass (3.7.4)
691691
sass-listen (~> 4.0.0)
692692
sass-listen (4.0.0)
@@ -772,7 +772,7 @@ GEM
772772
test-prof (0.10.0)
773773
thor (0.20.3)
774774
thread_safe (0.3.6)
775-
tilt (2.0.9)
775+
tilt (2.0.10)
776776
timber (3.0.1)
777777
msgpack (~> 1.0)
778778
timber-rack (1.0.1)
@@ -840,9 +840,9 @@ GEM
840840
webpush (1.0.0)
841841
hkdf (~> 0.2)
842842
jwt (~> 2.0)
843-
websocket-driver (0.7.0)
843+
websocket-driver (0.7.1)
844844
websocket-extensions (>= 0.1.0)
845-
websocket-extensions (0.1.3)
845+
websocket-extensions (0.1.4)
846846
xpath (3.2.0)
847847
nokogiri (~> 1.8)
848848
yajl-ruby (1.4.1)
@@ -961,7 +961,7 @@ DEPENDENCIES
961961
ruby-prof (~> 1.0)
962962
rubyzip (~> 1.2, >= 1.3.0)
963963
s3_direct_upload (~> 0.1)
964-
sail (~> 1.5)
964+
sail (~> 3.2)
965965
sass-rails (~> 5.1)
966966
scout_apm (~> 2.6)
967967
sdoc (~> 1.0)

0 commit comments

Comments
 (0)
Failed to load comments.