diff --git a/Gemfile.lock b/Gemfile.lock index 70470acb..0e7f95f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) diff --git a/config/initializers/event_source.rb b/config/initializers/event_source.rb index d01cfb01..ca7c9e4f 100644 --- a/config/initializers/event_source.rb +++ b/config/initializers/event_source.rb @@ -34,4 +34,4 @@ config.async_api_schemas = async_api_resources.collect { |resource| EventSource.build_async_api_resource(resource) } end -EventSource.initialize! +# EventSource.initialize!