Gemfile.lock in schemable-0.1.2 vs Gemfile.lock in schemable-0.1.3
- old
+ new
@@ -1,11 +1,11 @@
PATH
remote: .
specs:
- schemable (0.1.0)
- factory_bot_rails (>= 6.2.0)
- jsonapi-rails (>= 0.4.1)
+ schemable (0.1.3)
+ factory_bot_rails (~> 6.2.0)
+ jsonapi-rails (~> 0.4.1)
GEM
remote: https://rubygems.org/
specs:
actionpack (7.0.4.3)
@@ -49,20 +49,22 @@
jsonapi-deserializable (~> 0.2.0)
jsonapi-serializable (~> 0.3.0)
jsonapi-renderer (0.2.2)
jsonapi-serializable (0.3.1)
jsonapi-renderer (~> 0.2.0)
+ language_server-protocol (3.17.0.3)
loofah (2.21.2)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
method_source (1.0.0)
minitest (5.18.0)
nokogiri (1.14.4-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
- parser (3.2.2.1)
+ parser (3.2.2.3)
ast (~> 2.4.1)
+ racc
racc (1.6.2)
rack (2.2.7)
rack-test (2.1.0)
rack (>= 1.3)
rails-dom-testing (2.0.3)
@@ -77,12 +79,12 @@
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
- regexp_parser (2.8.0)
- rexml (3.2.5)
+ regexp_parser (2.8.1)
+ rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
@@ -92,22 +94,27 @@
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
- rubocop (1.51.0)
+ rubocop (1.55.0)
json (~> 2.3)
+ language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
- parser (>= 3.2.0.0)
+ 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.28.1)
+ rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
+ rubocop-rails (2.20.2)
+ activesupport (>= 4.2.0)
+ rack (>= 1.1)
+ rubocop (>= 1.33.0, < 2.0)
ruby-progressbar (1.13.0)
thor (1.2.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
@@ -117,12 +124,13 @@
x86_64-linux
DEPENDENCIES
factory_bot_rails (~> 6.2)
jsonapi-rails (~> 0.4.1)
- rake (~> 13.0)
- rspec (~> 3.0)
- rubocop (~> 1.21)
+ rake (~> 13.0.6)
+ rspec (~> 3.12)
+ rubocop (~> 1.55)
+ rubocop-rails (~> 2.20.2)
schemable!
BUNDLED WITH
2.4.12