Skip to content

Commit

Permalink
Merge pull request #457 from codacy/bump_to_v1.56.1
Browse files Browse the repository at this point in the history
Bump the version TS-552
  • Loading branch information
stefanvacareanu7 authored Sep 4, 2023
2 parents 5d6fe2c + c685956 commit f04b308
Show file tree
Hide file tree
Showing 54 changed files with 820 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
codacy: codacy/base@10.7.0
codacy: codacy/base@10.8.0
codacy_plugins_test: codacy/[email protected]

workflows:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GEM_FOLDER="/usr/local/bundle"

ARG BASE_IMAGE=alpine:3.17
ARG BASE_IMAGE=alpine:3.18

FROM $BASE_IMAGE as doc-generator

Expand All @@ -17,7 +17,7 @@ COPY Gemfile .
COPY Gemfile.lock .

RUN echo 'gem: --no-document' > /etc/gemrc \
&& gem install bundler -v 2.4.14 \
&& gem install bundler -v 2.4.19 \
&& bundle install \
&& gem cleanup \
&& rm -rf /tmp/* /var/cache/apk/*
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem "pry"
gem "safe_yaml"
gem "dark_finger"
gem "rubocop-migrations"
gem "rubocop", "1.52.1"
gem "rubocop", "1.56.1"
#Needed to be referenced on some user configs
gem "graphql"
#Rubocop official modules
Expand Down
32 changes: 18 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.5)
activesupport (7.0.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.1.1)
coderay (1.1.3)
concurrent-ruby (1.2.2)
dark_finger (0.6.1)
rubocop (>= 0.51.0)
graphql (2.0.23)
graphql (2.1.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.18.1)
minitest (5.19.0)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
Expand All @@ -33,15 +35,17 @@ GEM
rdoc (6.5.0)
psych (>= 4.0.0)
regexp_parser (2.8.1)
rexml (3.2.5)
rubocop (1.52.1)
rexml (3.2.6)
rubocop (1.56.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
Expand All @@ -50,11 +54,11 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop (~> 1.33)
rubocop-graphql (1.3.0)
rubocop (>= 0.87, < 2)
rubocop-graphql (1.4.0)
rubocop (>= 0.90, < 2)
rubocop-migrations (0.1.0)
rubocop (>= 0.42.0)
rubocop-performance (1.18.0)
rubocop-performance (1.19.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.20.2)
Expand All @@ -63,19 +67,19 @@ GEM
rubocop (>= 1.33.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.22.0)
rubocop-rspec (2.23.2)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-shopify (2.14.0)
rubocop (~> 1.51)
rubocop-sorbet (0.7.0)
rubocop-sorbet (0.7.3)
rubocop (>= 0.90.0)
rubocop-thread_safety (0.5.1)
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
safe_yaml (1.0.5)
stringio (3.0.7)
stringio (3.0.8)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
Expand All @@ -92,7 +96,7 @@ DEPENDENCIES
pry
rake
rdoc
rubocop (= 1.52.1)
rubocop (= 1.56.1)
rubocop-graphql
rubocop-migrations
rubocop-performance
Expand All @@ -106,4 +110,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.4.2
2.4.19
57 changes: 57 additions & 0 deletions docs/description/Bundler_DuplicatedGroup.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions docs/description/Bundler_OrderedGems.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions docs/description/Gemspec_OrderedDependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions docs/description/GraphQL_NotAuthorizedNodeType.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/description/Layout_SpaceAroundMethodCallOperator.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/description/Lint_DuplicateHashKey.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions docs/description/Lint_MissingSuper.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions docs/description/Lint_MixedCaseRange.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions docs/description/Lint_RedundantRegexpQuantifiers.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f04b308

Please sign in to comment.