Skip to content

Commit

Permalink
fix sidekiq dependency (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm authored Aug 10, 2021
1 parent 172b6e9 commit f05ba92
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.5

* Fix sidekiq dependency

# 0.0.4

* Add bearer token support to FHIR Client DSL
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ GEM
rack (>= 1.0, < 3)
rainbow (3.0.0)
rake (13.0.3)
redis (4.3.1)
redis (4.4.0)
regexp_parser (2.0.3)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -266,4 +266,4 @@ RUBY VERSION
ruby 2.7.3p183

BUNDLED WITH
2.2.20
2.2.22
1 change: 1 addition & 0 deletions inferno_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'puma', '~> 5.3'
spec.add_runtime_dependency 'rake', '~> 13.0'
spec.add_runtime_dependency 'sequel', '~> 5.42'
spec.add_runtime_dependency 'sidekiq', '~> 6.2.1'
spec.add_runtime_dependency 'sqlite3', '~> 1.4'
spec.add_development_dependency 'codecov', '0.5.2'
spec.add_development_dependency 'database_cleaner-sequel', '~> 1.8'
Expand Down
2 changes: 1 addition & 1 deletion lib/inferno/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Inferno
VERSION = '0.0.4'.freeze
VERSION = '0.0.5'.freeze
end

0 comments on commit f05ba92

Please sign in to comment.