Skip to content

Commit

Permalink
Use almost-standard 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kspurgin committed Aug 25, 2024
1 parent 09b6aed commit c446c00
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gem "almost_standard",
github: "kspurgin/almost_standard",
branch: "main",
tag: "1.0.0",
group: :development

gemspec
57 changes: 25 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/kspurgin/almost_standard.git
revision: c6e6b70f8cef16c50502f52a34f73b01ad88211a
branch: main
revision: 418bea721ba1c0144d55f2588a4120c1eb4d4b1c
tag: 1.0.0
specs:
almost_standard (0.1.3)
almost_standard (1.0.0)
bundler
rubocop
rubocop-rspec
Expand Down Expand Up @@ -36,7 +36,6 @@ GEM
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
chronic (0.10.2)
coderay (1.1.3)
collectionspace-client (0.15.0)
Expand Down Expand Up @@ -86,8 +85,8 @@ GEM
racc (~> 1.4)
nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.3)
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -102,7 +101,7 @@ GEM
rdoc (6.5.0)
psych (>= 4.0.0)
redis (4.2.5)
regexp_parser (2.8.1)
regexp_parser (2.9.2)
reline (0.3.8)
io-console (~> 0.5)
rexml (3.2.6)
Expand All @@ -119,55 +118,48 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.56.1)
base64 (~> 0.1.1)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop (~> 1.33)
rubocop-performance (1.19.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rspec (2.23.2)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
standard (1.31.0)
standard (1.40.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.56.0)
rubocop (~> 1.65.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.2)
standard-performance (~> 1.4)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.2.0)
standard-performance (1.4.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.0)
rubocop-performance (~> 1.21.0)
stringio (3.0.8)
thread_safe (0.3.6)
tzinfo (1.2.10)
thread_safe (~> 0.1)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
vcr (6.1.0)
webmock (3.18.1)
addressable (>= 2.8.0)
Expand All @@ -179,6 +171,7 @@ GEM

PLATFORMS
x86_64-darwin-20
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand All @@ -193,4 +186,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.4.8
2.4.1

0 comments on commit c446c00

Please sign in to comment.