Skip to content

Commit

Permalink
fixup! Add support for Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Jan 16, 2023
1 parent 7981378 commit 0d0bbdc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ gem 'mime-types', '< 3.0.0', require: false
# Assets
gem 'bootstrap-sass', '~> 2.3.2.2'
gem 'mini_racer', '~> 0.6.3'
gem 'sass-rails', '~> 5.0.8'
gem 'sass-rails', dependencies_next? ? '~> 6.0.0' : '~> 5.0.8'
gem 'uglifier', '~> 4.2.0'

# Feature flags
Expand Down
30 changes: 19 additions & 11 deletions Gemfile_next.lock
Original file line number Diff line number Diff line change
Expand Up @@ -458,13 +458,21 @@ GEM
ruby-ole (1.2.12.1)
ruby-progressbar (1.11.0)
rubyzip (2.3.2)
sass (3.4.25)
sass-rails (5.0.8)
railties (>= 5.2.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
secure_headers (6.4.0)
signet (0.17.0)
addressable (~> 2.8)
Expand All @@ -478,9 +486,9 @@ GEM
simplecov-html (0.10.2)
simplecov-lcov (0.7.0)
singleton (0.1.1)
sprockets (3.7.2)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
Expand All @@ -495,7 +503,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.2.1)
tilt (2.0.10)
tilt (2.0.11)
timeout (0.3.1)
trailblazer-option (0.1.2)
tzinfo (2.0.5)
Expand Down Expand Up @@ -604,7 +612,7 @@ DEPENDENCIES
rubocop-rails
ruby-msg (~> 1.5.0)!
rubyzip (~> 2.3.2)
sass-rails (~> 5.0.8)
sass-rails (~> 6.0.0)
secure_headers (~> 6.4.0)
simplecov (~> 0.17.1)
simplecov-lcov (~> 0.7.0)
Expand Down

0 comments on commit 0d0bbdc

Please sign in to comment.