Gemfile.lock in qonfig-0.27.0 vs Gemfile.lock in qonfig-0.28.0
- old
+ new
@@ -4,126 +4,139 @@
qonfig (0.27.0)
GEM
remote: https://rubygems.org/
specs:
- activesupport (6.1.4.4)
+ activesupport (6.1.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
- armitage-rubocop (1.23.0.1)
- rubocop (= 1.23.0)
- rubocop-performance (= 1.12.0)
- rubocop-rails (= 2.12.4)
+ armitage-rubocop (1.30.1.1)
+ rubocop (= 1.30.1)
+ rubocop-performance (= 1.14.2)
+ rubocop-rails (= 2.15.0)
rubocop-rake (= 0.6.0)
- rubocop-rspec (= 2.6.0)
+ rubocop-rspec (= 2.11.1)
ast (2.4.2)
- bundler-audit (0.9.0.1)
+ bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
- ci-helper (0.4.2)
+ ci-helper (0.5.0)
colorize (~> 0.8)
dry-inflector (~> 0.2)
umbrellio-sequel-plugins (~> 0.4)
coderay (1.1.3)
colorize (0.8.1)
- concurrent-ruby (1.1.9)
+ concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
docile (1.4.0)
dry-inflector (0.2.1)
- ffi (1.15.5-java)
- i18n (1.8.11)
+ ffi (1.15.5)
+ i18n (1.10.0)
concurrent-ruby (~> 1.0)
+ language_server-protocol (3.16.0.3)
+ listen (3.7.1)
+ rb-fsevent (~> 0.10, >= 0.10.3)
+ rb-inotify (~> 0.9, >= 0.9.10)
method_source (1.0.0)
- minitest (5.15.0)
- parallel (1.21.0)
- parser (3.1.0.0)
+ minitest (5.16.0)
+ parallel (1.22.1)
+ parser (3.1.2.0)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
- pry (0.14.1-java)
- coderay (~> 1.1)
- method_source (~> 1.0)
- spoon (~> 0.0)
- rack (2.2.3)
+ rack (2.2.3.1)
rainbow (3.1.1)
rake (13.0.6)
- regexp_parser (2.2.0)
+ rb-fsevent (0.11.1)
+ rb-inotify (0.10.1)
+ ffi (~> 1.0)
+ rbs (2.5.0)
+ regexp_parser (2.5.0)
rexml (3.2.5)
- rspec (3.10.0)
- rspec-core (~> 3.10.0)
- rspec-expectations (~> 3.10.0)
- rspec-mocks (~> 3.10.0)
- rspec-core (3.10.1)
- rspec-support (~> 3.10.0)
- rspec-expectations (3.10.1)
+ rspec (3.11.0)
+ rspec-core (~> 3.11.0)
+ rspec-expectations (~> 3.11.0)
+ rspec-mocks (~> 3.11.0)
+ rspec-core (3.11.0)
+ rspec-support (~> 3.11.0)
+ rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.10.0)
- rspec-mocks (3.10.2)
+ rspec-support (~> 3.11.0)
+ rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.10.0)
- rspec-support (3.10.3)
- rubocop (1.23.0)
+ rspec-support (~> 3.11.0)
+ rspec-support (3.11.0)
+ rubocop (1.30.1)
parallel (~> 1.10)
- parser (>= 3.0.0.0)
+ parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
- rexml
- rubocop-ast (>= 1.12.0, < 2.0)
+ rexml (>= 3.2.5, < 4.0)
+ rubocop-ast (>= 1.18.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
- rubocop-ast (1.15.1)
- parser (>= 3.0.1.1)
- rubocop-performance (1.12.0)
+ rubocop-ast (1.18.0)
+ parser (>= 3.1.1.0)
+ rubocop-performance (1.14.2)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
- rubocop-rails (2.12.4)
+ rubocop-rails (2.15.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
- rubocop-rspec (2.6.0)
+ rubocop-rspec (2.11.1)
rubocop (~> 1.19)
ruby-progressbar (1.11.0)
- sequel (5.52.0)
+ sequel (5.57.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-lcov (0.8.0)
- simplecov_json_formatter (0.1.3)
- spoon (0.0.6)
- ffi
+ simplecov_json_formatter (0.1.4)
+ steep (1.0.0)
+ activesupport (>= 5.1)
+ language_server-protocol (>= 3.15, < 4.0)
+ listen (~> 3.0)
+ parallel (>= 1.0.0)
+ parser (>= 3.0)
+ rainbow (>= 2.2.2, < 4.0)
+ rbs (>= 2.3.2)
+ terminal-table (>= 2, < 4)
symbiont-ruby (0.7.0)
+ terminal-table (3.0.2)
+ unicode-display_width (>= 1.1.1, < 3)
thor (1.2.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
- umbrellio-sequel-plugins (0.5.1.27)
+ umbrellio-sequel-plugins (0.6.0.36)
sequel
symbiont-ruby
unicode-display_width (2.1.0)
- zeitwerk (2.5.3)
+ zeitwerk (2.6.0)
PLATFORMS
- ruby
- universal-java-1.8
+ arm64-darwin-21
DEPENDENCIES
activesupport (~> 6.0)
- armitage-rubocop (~> 1.7)
- bundler
- bundler-audit
- ci-helper
- pry
+ armitage-rubocop (~> 1.30)
+ bundler (>= 1)
+ bundler-audit (~> 0.9)
+ ci-helper (~> 0.5)
+ pry (~> 0.14)
qonfig!
rake (>= 13)
- rspec (~> 3.10)
- simplecov (~> 0.20)
- simplecov-lcov
+ rspec (~> 3.11)
+ simplecov (~> 0.21)
+ simplecov-lcov (~> 0.8)
+ steep (~> 1.0)
BUNDLED WITH
- 2.3.3
+ 2.3.15