Gemfile.lock in getaround_utils-0.2.26 vs Gemfile.lock in getaround_utils-0.2.27
- old
+ new
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
- getaround_utils (0.2.25)
+ getaround_utils (0.2.27)
GEM
remote: https://rubygems.org/
specs:
actioncable (6.1.4.6)
@@ -79,19 +79,23 @@
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
erubi (1.12.0)
- getaround-rubocop (0.2.7)
+ getaround-rubocop (0.2.8)
relaxed-rubocop (= 2.5)
- rubocop (= 1.25.1)
- rubocop-rspec (= 2.4.0)
+ rubocop (= 1.55.0)
+ rubocop-performance (= 1.18.0)
+ rubocop-rails (= 2.20.2)
+ rubocop-rspec (= 2.23.0)
globalid (1.1.0)
activesupport (>= 5.0)
hashdiff (1.0.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
+ json (2.6.3)
+ language_server-protocol (3.17.0.3)
lograge (0.13.0)
actionpack (>= 4)
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
@@ -110,13 +114,14 @@
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oj (3.11.3)
ougai (2.0.0)
oj (~> 3.10)
- parallel (1.21.0)
- parser (3.1.1.0)
+ parallel (1.23.0)
+ parser (3.2.2.3)
ast (~> 2.4.1)
+ racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
racc (1.7.1)
@@ -153,17 +158,17 @@
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
redis-client (0.14.1)
connection_pool
- regexp_parser (2.2.1)
+ regexp_parser (2.8.1)
relaxed-rubocop (2.5)
request_store (1.5.1)
rack (>= 1.4)
request_store_rails (2.0.0)
concurrent-ruby (~> 1.0)
- rexml (3.2.5)
+ 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)
@@ -181,25 +186,39 @@
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
- rubocop (1.25.1)
+ rubocop (1.55.0)
+ json (~> 2.3)
+ language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
- parser (>= 3.1.0.0)
+ parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
- rexml
- rubocop-ast (>= 1.15.1, < 2.0)
+ rexml (>= 3.2.5, < 4.0)
+ rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
- unicode-display_width (>= 1.4.0, < 3.0)
- rubocop-ast (1.16.0)
- parser (>= 3.1.1.0)
- rubocop-rspec (2.4.0)
- rubocop (~> 1.0)
- rubocop-ast (>= 1.1.0)
- ruby-progressbar (1.11.0)
+ 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.18.0)
+ rubocop (>= 1.7.0, < 2.0)
+ rubocop-ast (>= 0.4.0)
+ rubocop-rails (2.20.2)
+ activesupport (>= 4.2.0)
+ rack (>= 1.1)
+ rubocop (>= 1.33.0, < 2.0)
+ rubocop-rspec (2.23.0)
+ rubocop (~> 1.33)
+ rubocop-capybara (~> 2.17)
+ rubocop-factory_bot (~> 2.22)
+ ruby-progressbar (1.13.0)
sidekiq (7.0.9)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.11.0)
@@ -211,11 +230,11 @@
activesupport (>= 5.2)
sprockets (>= 3.0.0)
thor (1.2.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
- unicode-display_width (2.1.0)
+ unicode-display_width (2.4.2)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket-driver (0.7.5)
@@ -227,21 +246,21 @@
ruby
DEPENDENCIES
bundler (~> 2.0)
dotenv-rails (~> 2.8.1)
- getaround-rubocop (= 0.2.7)
+ getaround-rubocop (= 0.2.8)
getaround_utils!
lograge (~> 0.13.0)
ougai (~> 2.0)
pry (~> 0.14.0)
rails (~> 6.0)
rake (~> 13.0)
request_store_rails (~> 2.0)
rspec (~> 3.9, >= 3.9.0)
rspec-rails (~> 6.0)
- rubocop (= 1.25.1)
+ rubocop (= 1.55.0)
sidekiq (> 6.0, < 8.0)
webmock (~> 3.7)
BUNDLED WITH
- 2.3.4
+ 2.3.16