Skip to content

Commit

Permalink
Update bundler to match server
Browse files Browse the repository at this point in the history
  • Loading branch information
bess committed Apr 13, 2022
1 parent b5599b1 commit 5c59f94
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
commands:
install_dependencies:
steps:
- run: gem install bundler -v '2.2.32'
- run: gem install bundler -v '2.3.11'
- run: cp Gemfile.lock Gemfile.lock.bak
- restore_cache:
keys:
Expand Down
65 changes: 33 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ GEM
airbrussh (1.4.0)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
axe-core-api (4.3.2)
axe-core-api (4.4.0)
dumb_delegator
virtus
axe-core-rspec (4.3.2)
axe-core-rspec (4.4.0)
axe-core-api
dumb_delegator
virtus
Expand All @@ -78,9 +78,9 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
bcrypt (3.1.17)
bindex (0.8.1)
bixby (3.0.2)
rubocop (= 0.85.1)
rubocop-ast (~> 0.3.0)
bixby (4.0.0)
rubocop (>= 1, < 2)
rubocop-ast
rubocop-performance
rubocop-rails
rubocop-rspec
Expand Down Expand Up @@ -138,13 +138,13 @@ GEM
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
ffaker (2.20.0)
ffaker (2.21.0)
ffi (1.15.5)
foreman (0.87.2)
globalid (1.0.0)
activesupport (>= 5.0)
hashie (5.0.0)
honeybadger (4.11.0)
honeybadger (4.12.1)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
Expand All @@ -154,7 +154,7 @@ GEM
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.15.0)
loofah (2.16.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -164,14 +164,14 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.15.0)
msgpack (1.4.5)
msgpack (1.5.1)
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0)
nio4r (2.5.8)
nokogiri (1.13.3-x86_64-darwin)
nokogiri (1.13.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.3-x86_64-linux)
nokogiri (1.13.4-x86_64-linux)
racc (~> 1.4)
omniauth (1.9.1)
hashie (>= 3.4.6)
Expand All @@ -182,9 +182,9 @@ GEM
omniauth (~> 1.2)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.1.1.0)
parser (3.1.2.0)
ast (~> 2.4.1)
pg (1.3.4)
pg (1.3.5)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -193,8 +193,8 @@ GEM
pry (~> 0.13.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (5.6.2)
public_suffix (4.0.7)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
Expand Down Expand Up @@ -235,7 +235,7 @@ GEM
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.2.1)
regexp_parser (2.3.0)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
Expand All @@ -245,7 +245,7 @@ GEM
rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-rails (5.0.3)
Expand All @@ -257,25 +257,26 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.11.0)
rubocop (0.85.1)
rubocop (1.27.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 0.0.3)
rubocop-ast (>= 1.16.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.3.0)
parser (>= 2.7.1.4)
rubocop-performance (1.7.1)
rubocop (>= 0.82.0)
rubocop-rails (2.6.0)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.17.0)
parser (>= 3.1.1.0)
rubocop-performance (1.13.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.14.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.82.0)
rubocop-rspec (1.41.0)
rubocop (>= 0.68.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-rspec (2.9.0)
rubocop (~> 1.19)
ruby-progressbar (1.11.0)
rubyzip (2.3.2)
sass-rails (6.0.0)
Expand Down Expand Up @@ -323,7 +324,7 @@ GEM
turbolinks-source (5.2.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
unicode-display_width (2.1.0)
virtus (2.0.0)
axiom-types (~> 0.1)
coercible (~> 1.0)
Expand Down Expand Up @@ -395,4 +396,4 @@ DEPENDENCIES
whenever

BUNDLED WITH
2.2.32
2.3.11

0 comments on commit 5c59f94

Please sign in to comment.