diff --git a/Gemfile b/Gemfile index dd89f124e..53f67129c 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem "airbrake", "~> 9.2" # Airbrake is an online tool that provides robust excep gem "algoliasearch-rails", "~> 1.21" # Algolia Search is a hosted search engine capable of delivering real-time results from the first keystroke gem "algorithmia", "~> 1.1" # Ruby Client for Algorithmia Algorithms and Data API gem "ancestry", "~> 3.0" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure -gem "autoprefixer-rails", "~> 9.5" # Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website +gem "autoprefixer-rails", "~> 9.6" # Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website gem "aws-sdk-lambda", "~> 1.26" # Official AWS Ruby gem for AWS Lambda gem "bootsnap", ">= 1.1.0", require: false # Boot large ruby/rails apps faster gem "buffer", "~> 0.1" # Buffer is a Ruby Wrapper for the Buffer API diff --git a/Gemfile.lock b/Gemfile.lock index 3ed7b0697..e3aa1e3a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM thor (~> 0.18) arel (9.0.0) ast (2.4.0) - autoprefixer-rails (9.5.1.1) + autoprefixer-rails (9.6.0) execjs awesome_print (1.8.0) aws-eventstream (1.0.3) @@ -845,7 +845,7 @@ DEPENDENCIES algorithmia (~> 1.1) ancestry (~> 3.0) approvals (~> 0.0) - autoprefixer-rails (~> 9.5) + autoprefixer-rails (~> 9.6) awesome_print (~> 1.8) aws-sdk-lambda (~> 1.26) better_errors (~> 2.5)