Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msdundar committed Feb 18, 2019
1 parent 87df955 commit c3544b0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT

GIT
remote: https://github.com/rails/rails.git
revision: 16e235126ef0187a93b81ee959a8127097e2f394
revision: 907280ddfd78c53e2eb5af6f12512dc38df38bd8
specs:
actioncable (6.0.0.beta1)
actionpack (= 6.0.0.beta1)
Expand Down Expand Up @@ -63,7 +63,7 @@ GIT
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 1.0)
zeitwerk (~> 1.2)
rails (6.0.0.beta1)
actioncable (= 6.0.0.beta1)
actionmailbox (= 6.0.0.beta1)
Expand Down Expand Up @@ -107,7 +107,7 @@ GIT

GIT
remote: https://github.com/rollbar/rollbar-gem.git
revision: e3a35525d1b14fab587e317548ed4f5c1052240d
revision: ada82d619e848ad6b64a33acd10b03730b4c3d41
specs:
rollbar (2.18.2)
multi_json
Expand Down Expand Up @@ -142,7 +142,7 @@ GEM
io-like (~> 0.3.0)
ast (2.4.0)
aws-eventstream (1.0.1)
aws-partitions (1.138.0)
aws-partitions (1.139.0)
aws-sdk-core (3.46.1)
aws-eventstream (~> 1.0)
aws-partitions (~> 1.0)
Expand Down Expand Up @@ -173,7 +173,7 @@ GEM
bundler-audit (0.6.1)
bundler (>= 1.2.0, < 3)
thor (~> 0.18)
byebug (10.0.2)
byebug (11.0.0)
capybara (3.13.2)
addressable
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -411,7 +411,7 @@ GEM
wicked_pdf (1.1.0)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (1.1.0)
zeitwerk (1.2.0)

PLATFORMS
ruby
Expand Down
6 changes: 3 additions & 3 deletions plugins/support/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails.git
revision: 16e235126ef0187a93b81ee959a8127097e2f394
revision: 907280ddfd78c53e2eb5af6f12512dc38df38bd8
specs:
actioncable (6.0.0.beta1)
actionpack (= 6.0.0.beta1)
Expand Down Expand Up @@ -55,7 +55,7 @@ GIT
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 1.0)
zeitwerk (~> 1.2)
rails (6.0.0.beta1)
actioncable (= 6.0.0.beta1)
actionmailbox (= 6.0.0.beta1)
Expand Down Expand Up @@ -135,7 +135,7 @@ GEM
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
zeitwerk (1.1.0)
zeitwerk (1.2.0)

PLATFORMS
ruby
Expand Down
8 changes: 4 additions & 4 deletions plugins/tenant/common/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails.git
revision: 16e235126ef0187a93b81ee959a8127097e2f394
revision: 907280ddfd78c53e2eb5af6f12512dc38df38bd8
specs:
actioncable (6.0.0.beta1)
actionpack (= 6.0.0.beta1)
Expand Down Expand Up @@ -55,7 +55,7 @@ GIT
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 1.0)
zeitwerk (~> 1.2)
rails (6.0.0.beta1)
actioncable (= 6.0.0.beta1)
actionmailbox (= 6.0.0.beta1)
Expand Down Expand Up @@ -85,7 +85,7 @@ PATH
nokul-support

PATH
remote: /vagrant/plugins/support
remote: /home/msdundar/projects/nokul/plugins/support
specs:
nokul-support (0.1.0)
activesupport (~> 6.0.0.beta1)
Expand Down Expand Up @@ -141,7 +141,7 @@ GEM
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
zeitwerk (1.1.0)
zeitwerk (1.2.0)

PLATFORMS
ruby
Expand Down
4 changes: 2 additions & 2 deletions plugins/tenant/omu/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ PATH
rails (~> 6.0.0.beta1)

PATH
remote: /vagrant/plugins/support
remote: /home/msdundar/projects/nokul/plugins/support
specs:
nokul-support (0.1.0)
activesupport (~> 6.0.0.beta1)

PATH
remote: /vagrant/plugins/tenant/common
remote: /home/msdundar/projects/nokul/plugins/tenant/common
specs:
nokul-tenant (0.1.0)
nokul-support
Expand Down

0 comments on commit c3544b0

Please sign in to comment.