Skip to content

Commit

Permalink
update latest eventsource sha and do not initialize eventsource
Browse files Browse the repository at this point in the history
  • Loading branch information
vkghub committed Sep 23, 2024
1 parent c46ae80 commit a5a1208
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'dry-transaction', '~> 0.13'
gem 'dry-types', '~> 1.4'
gem 'dry-validation', '~> 1.6'

gem 'event_source', git: 'https://github.com/ideacrew/event_source.git', branch: 'wait_for_rails_start'
gem 'event_source', git: 'https://github.com/ideacrew/event_source.git', branch: 'trunk'

# Support faster redis connections
gem 'hiredis'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ GIT

GIT
remote: https://github.com/ideacrew/event_source.git
revision: a5b6f987dfa0456d1a2ea7675fdd3a52c289ed74
branch: wait_for_rails_start
revision: 6d3acdb73fe67394081abcbb39fb7b4caadecd70
branch: trunk
specs:
event_source (0.5.8)
addressable (>= 2.8.0)
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/event_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
end
end

EventSource.initialize!
# EventSource.initialize!

0 comments on commit a5a1208

Please sign in to comment.