Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add updated EventSource - wait for rails to be ready #154

Merged
merged 4 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/ideacrew/aca_entities.git
revision: 36ec5c7b9a1a14d04654494b2b4b78739fb21333
revision: 0af6856acbf4d49b584b9907df74844db6a82a72
branch: trunk
specs:
aca_entities (0.10.0)
Expand Down Expand Up @@ -32,7 +32,7 @@ GIT

GIT
remote: https://github.com/ideacrew/event_source.git
revision: ed23a949f6900cf2a756d4cee3889a3aa100716f
revision: 6d3acdb73fe67394081abcbb39fb7b4caadecd70
branch: trunk
specs:
event_source (0.5.8)
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 @@ -34,4 +34,4 @@
config.async_api_schemas = async_api_resources.collect { |resource| EventSource.build_async_api_resource(resource) }
end

EventSource.initialize!
# EventSource.initialize!
Loading