Skip to content

Commit

Permalink
Merge pull request rubyforgood#2014 from rubyforgood/dependabot/bundl…
Browse files Browse the repository at this point in the history
…er/standard-1.1.1

Bump standard from 1.0.5 to 1.1.1
  • Loading branch information
compwron authored May 7, 2021
2 parents e96f837 + 56d46c3 commit 8c0fb2d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ group :development, :test do
gem "pry-byebug"
gem "rspec-rails", "~> 5.0.1"
gem "shoulda-matchers"
gem "standard", "~> 1.0.5" # linter https://github.com/testdouble/standard
gem "standard", "~> 1.1.1" # linter https://github.com/testdouble/standard
gem "cypress-on-rails", "~> 1.10"
end

Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ GEM
parallel (1.20.1)
paranoia (2.4.3)
activerecord (>= 4.0, < 6.2)
parser (3.0.1.0)
parser (3.0.1.1)
ast (~> 2.4.1)
pg (1.2.3)
pg (1.2.3-x64-mingw32)
Expand Down Expand Up @@ -331,19 +331,19 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
rubocop (1.12.1)
rubocop (1.14.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
rubocop-ast (>= 1.5.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
rubocop-performance (1.10.1)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (1.5.0)
parser (>= 3.0.1.1)
rubocop-performance (1.11.2)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby-vips (2.1.0)
Expand Down Expand Up @@ -383,9 +383,9 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
standard (1.0.5)
rubocop (= 1.12.1)
rubocop-performance (= 1.10.1)
standard (1.1.1)
rubocop (= 1.14.0)
rubocop-performance (= 1.11.2)
thor (1.1.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -476,7 +476,7 @@ DEPENDENCIES
spring
spring-commands-rspec
spring-watcher-listen (~> 2.0.0)
standard (~> 1.0.5)
standard (~> 1.1.1)
tzinfo-data
web-console (>= 3.3.0)
webdrivers
Expand Down

0 comments on commit 8c0fb2d

Please sign in to comment.