Skip to content

Commit

Permalink
Upgrade to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jun 1, 2021
1 parent c9295b8 commit c0b8ad8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ gem 'webpacker', '6.0.0.beta.6'
gem 'pg', '~> 1.0'
gem 'puma', '~> 4.1'
gem 'redis', '~> 4.0'
gem 'anycable', '> 1.0.99'
gem 'anycable-rails', '> 1.0.99'
gem 'grpc', '~> 1.37'
gem 'anycable-rails', '~> 1.1.0'

gem 'bootsnap', '>= 1.4.2', require: false
gem 'ruby-next', '>= 0.10.0', require: false
Expand Down
17 changes: 7 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,12 @@ GEM
abstract_type (~> 0.0.7)
adamantium (~> 0.2)
equalizer (~> 0.0.11)
anycable (1.1.0.rc1)
anycable-core (= 1.1.0.rc1)
grpc (~> 1.37)
anycable-core (1.1.0.rc1)
anycable-core (1.1.0)
anyway_config (>= 2.1.0)
google-protobuf (>= 3.13)
anycable-rails (1.1.0.rc1.1)
anycable-rails (1.1.0)
actioncable (>= 6)
anycable-core (> 1.0.99, < 2.0)
anycable-core (~> 1.1)
globalid
anyway_config (2.1.0)
ruby-next-core (>= 0.11.0)
Expand Down Expand Up @@ -116,10 +113,10 @@ GEM
ffi (1.15.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
google-protobuf (3.16.0)
google-protobuf (3.17.1)
googleapis-common-protos-types (1.0.6)
google-protobuf (~> 3.14)
grpc (1.37.1)
grpc (1.38.0)
google-protobuf (~> 3.15)
googleapis-common-protos-types (~> 1.0)
i18n (1.8.10)
Expand Down Expand Up @@ -300,11 +297,11 @@ PLATFORMS
ruby

DEPENDENCIES
anycable (> 1.0.99)
anycable-rails (> 1.0.99)
anycable-rails (~> 1.1.0)
bootsnap (>= 1.4.2)
capybara
cuprite
grpc (~> 1.37)
listen
nanoid
pg (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
command: bundle exec sidekiq -C config/sidekiq.yml

ws: &ws
image: anycable/anycable-go:1.1.0.rc1
image: anycable/anycable-go:1.1
ports:
- '8080:8080'
environment: &ws_environment
Expand Down

0 comments on commit c0b8ad8

Please sign in to comment.