Skip to content

Commit 13ab0a3

Browse files
authored
Update gems (#209)
1 parent 0c73e66 commit 13ab0a3

File tree

137 files changed

+95
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+95
-102
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'mysql2', '>= 0.4.4', '< 0.6.0'
1111
# Use Puma as the app server
1212
gem 'puma', '~> 4.3'
1313
# Use SCSS for stylesheets
14-
gem 'sass-rails', '~> 5.0'
14+
gem 'sass-rails', '~> 6.0'
1515
# Use Uglifier as compressor for JavaScript assets
1616
gem 'uglifier', '>= 1.3.0'
1717
# See https://github.com/rails/execjs#readme for more supported runtimes
@@ -75,7 +75,7 @@ gem 'validate_url'
7575
gem 'audited', '~> 4.7'
7676

7777
# Background job processing
78-
gem 'sidekiq', '< 6'
78+
gem 'sidekiq', '< 7'
7979
gem 'sidekiq-cron', '~> 1.1'
8080

8181
# Misc support gems

0 commit comments

Comments
 (0)