Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vkghub committed Sep 9, 2024
1 parent 00d9553 commit 7e50579
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ruby '2.7.6'
gem 'mitc_service', path: 'components/mitc_service'

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

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 6.1.3'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ GIT

GIT
remote: https://github.com/ideacrew/event_source.git
revision: 29393ebb04df8f57ccb536da4635087c8c8bde0b
branch: trunk
revision: a34cb363d906cb4fe2ac2b7c6f38baf89b9a2543
branch: test_commit
specs:
event_source (0.5.5)
event_source (0.5.8)
bunny (>= 2.14)
deep_merge (~> 1.2.0)
dry-events (~> 0.3)
Expand Down
2 changes: 1 addition & 1 deletion components/mitc_service/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gemspec
# gem 'byebug', group: [:development, :test]

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

group :development, :test do
gem "rspec-rails"
Expand Down
6 changes: 3 additions & 3 deletions components/mitc_service/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ GIT

GIT
remote: https://github.com/ideacrew/event_source.git
revision: 29393ebb04df8f57ccb536da4635087c8c8bde0b
branch: trunk
revision: a34cb363d906cb4fe2ac2b7c6f38baf89b9a2543
branch: test_commit
specs:
event_source (0.5.5)
event_source (0.5.8)
bunny (>= 2.14)
deep_merge (~> 1.2.0)
dry-events (~> 0.3)
Expand Down

0 comments on commit 7e50579

Please sign in to comment.