Bump autoprefixer-rails to 9.3.1 & Remove therubyracer (#1043)
* Bump autoprefixer-rails from 6.7.7.2 to 9.3.1 Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails) from 6.7.7.2 to 9.3.1. - [Release notes](https://github.com/ai/autoprefixer-rails/releases) - [Changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/ai/autoprefixer-rails/compare/6.7.7.2...9.3.1) Signed-off-by: dependabot[bot] <support@dependabot.com> * Remove therubyracer gem
This commit is contained in:
parent
565d63e0ac
commit
96c53b5800
2 changed files with 4 additions and 11 deletions
3
Gemfile
3
Gemfile
|
|
@ -24,7 +24,7 @@ gem "airbrake", "~> 7.4"
|
|||
gem "algoliasearch-rails", "~> 1.20"
|
||||
gem "algorithmia", "~> 1.0"
|
||||
gem "ancestry", "~> 3.0"
|
||||
gem "autoprefixer-rails", "~> 6.7"
|
||||
gem "autoprefixer-rails", "~> 9.3"
|
||||
gem "aws-sdk-lambda", "~> 1.5" # Just Lambda. For more, install aws-sdk gem
|
||||
gem "bourbon", "~> 1.4"
|
||||
gem "buffer", github: "bufferapp/buffer-ruby"
|
||||
|
|
@ -89,7 +89,6 @@ gem "staccato", "~> 0.5"
|
|||
gem "storext", "~> 2.2"
|
||||
gem "stream_rails", "~> 2.6"
|
||||
gem "stripe", "~> 3.25"
|
||||
gem "therubyracer", "~> 0.12", platforms: :ruby
|
||||
gem "timber", "~> 2.6"
|
||||
gem "twilio-ruby", "~> 5.15"
|
||||
gem "twitter", "~> 6.2"
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -132,7 +132,7 @@ GEM
|
|||
io-like (~> 0.3.0)
|
||||
arel (8.0.0)
|
||||
ast (2.4.0)
|
||||
autoprefixer-rails (6.7.7.2)
|
||||
autoprefixer-rails (9.3.1)
|
||||
execjs
|
||||
aws-partitions (1.82.0)
|
||||
aws-sdk-core (3.20.2)
|
||||
|
|
@ -543,7 +543,6 @@ GEM
|
|||
kaminari-core (1.1.1)
|
||||
launchy (2.4.3)
|
||||
addressable (~> 2.3)
|
||||
libv8 (3.16.14.19)
|
||||
liquid (4.0.0)
|
||||
listen (3.1.5)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
|
|
@ -692,7 +691,6 @@ GEM
|
|||
recaptcha (4.12.0)
|
||||
json
|
||||
redcarpet (3.4.0)
|
||||
ref (2.0.0)
|
||||
regexp_parser (1.2.0)
|
||||
representable (3.0.4)
|
||||
declarative (< 0.1.0)
|
||||
|
|
@ -838,9 +836,6 @@ GEM
|
|||
multi_json (~> 1.0)
|
||||
stripe (>= 2.0.3)
|
||||
test-prof (0.7.2)
|
||||
therubyracer (0.12.3)
|
||||
libv8 (~> 3.16.14.15)
|
||||
ref
|
||||
thor (0.20.0)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.0.8)
|
||||
|
|
@ -925,7 +920,7 @@ DEPENDENCIES
|
|||
algorithmia (~> 1.0)
|
||||
ancestry (~> 3.0)
|
||||
approvals (~> 0.0)
|
||||
autoprefixer-rails (~> 6.7)
|
||||
autoprefixer-rails (~> 9.3)
|
||||
aws-sdk-lambda (~> 1.5)
|
||||
better_errors (~> 2.5)
|
||||
binding_of_caller (~> 0.8)
|
||||
|
|
@ -1029,7 +1024,6 @@ DEPENDENCIES
|
|||
stripe (~> 3.25)
|
||||
stripe-ruby-mock (~> 2.5)
|
||||
test-prof (~> 0.7)
|
||||
therubyracer (~> 0.12)
|
||||
timber (~> 2.6)
|
||||
timecop (~> 0.9)
|
||||
twilio-ruby (~> 5.15)
|
||||
|
|
@ -1047,4 +1041,4 @@ RUBY VERSION
|
|||
ruby 2.5.3p105
|
||||
|
||||
BUNDLED WITH
|
||||
1.16.6
|
||||
1.17.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue