Skip to content

Commit

Permalink
Upgrades: bump minor gem versions (#1263)
Browse files Browse the repository at this point in the history
Fixed `autoprefixer-rails` to `9.8.5` due to a deprecation warning that
fails the tests. We'll need to see how discussion goes on whether the
project stays alive.

ai/autoprefixer-rails#168
  • Loading branch information
mockdeep authored Aug 15, 2020
1 parent d1998e2 commit 67768fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
7 changes: 1 addition & 6 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-08-08 16:39:55 UTC using RuboCop version 0.89.0.
# on 2020-08-15 17:13:59 UTC using RuboCop version 0.89.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand All @@ -25,11 +25,6 @@ Layout/MultilineMethodArgumentLineBreaks:
Lint/ConstantResolution:
Enabled: false

# Offense count: 1
Lint/MissingSuper:
Exclude:
- 'lib/serializable.rb'

# Offense count: 10
# Cop supports --auto-correct.
Lint/NumberConversion:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'dotenv-rails', groups: %i[development test]

gem 'rails', '~> 6.0.2'

gem 'autoprefixer-rails'
gem 'autoprefixer-rails', '9.8.5'
gem 'bcrypt'
gem 'bootsnap', require: false
gem 'dalli'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ GEM
erubi (>= 1.0.0)
rack (>= 0.9.0)
bindex (0.8.1)
bootsnap (1.4.7)
bootsnap (1.4.8)
msgpack (~> 1.0)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
Expand All @@ -90,7 +90,7 @@ GEM
launchy
childprocess (3.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.7)
connection_pool (2.2.3)
crack (0.4.3)
safe_yaml (~> 1.0.0)
Expand All @@ -116,7 +116,7 @@ GEM
font-awesome-sass (5.13.0)
sassc (>= 1.11)
formatador (0.2.5)
friendly_id (5.3.0)
friendly_id (5.4.0)
activerecord (>= 4.0.0)
get_process_mem (0.2.5)
ffi (~> 1.0)
Expand Down Expand Up @@ -159,7 +159,7 @@ GEM
rubocop (>= 0.50.0)
sysexits (~> 1.1)
hashdiff (1.0.1)
honeybadger (4.7.0)
honeybadger (4.7.1)
html2haml (2.2.0)
erubis (~> 2.7.0)
haml (>= 4.0, < 6)
Expand Down Expand Up @@ -279,13 +279,13 @@ GEM
rspec-support (3.9.3)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.89.0)
rubocop (0.89.1)
parallel (~> 1.10)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.1.0, < 1.0)
rubocop-ast (>= 0.3.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.3.0)
Expand Down Expand Up @@ -387,7 +387,7 @@ PLATFORMS
ruby

DEPENDENCIES
autoprefixer-rails
autoprefixer-rails (= 9.8.5)
bcrypt
better_errors
bootsnap
Expand Down

0 comments on commit 67768fb

Please sign in to comment.