Skip to content

Commit

Permalink
Clean up dependencies (#102)
Browse files Browse the repository at this point in the history
* Clean up dependencies

* pin versions of gems

* get rid of Zeitwerk

---------

Co-authored-by: Wieberneit, Daniel <[email protected]>
  • Loading branch information
kamils-iRonin and danielwieberneit authored Apr 5, 2023
1 parent 86659f8 commit 3dde156
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
foreman-core-branch: [3.1-stable, 3.2-stable, 3.3-stable, 3.4-stable, develop]
foreman-core-branch: [3.1-stable, 3.2-stable, 3.3-stable, 3.4-stable, 3.5-stable, 3.6-stable, develop]
ruby-version: [2.7]
node-version: [14]
steps:
Expand Down
14 changes: 7 additions & 7 deletions foreman_netbox.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Gem::Specification.new do |s|
s.files = Dir['{app,config,db,lib,locale}/**/*'] + ['LICENSE', 'Rakefile', 'README.md']
s.test_files = Dir['test/**/*']

s.add_dependency 'dry-configurable', '>= 0.13', '< 0.17'
s.add_dependency 'dry-container', '>= 0.7', '< 0.12'
s.add_dependency 'dry-core', '>= 0.6', '< 0.9'
s.add_dependency 'dry-inflector', '0.3.0'
s.add_dependency 'dry-schema', '>= 1.6', '< 1.12'
s.add_dependency 'dry-validation', '>= 1.5.2', '< 1.9.0'
s.add_dependency 'dry-validation', '~> 1.8.1'
s.add_dependency 'interactor', '~> 3.1.1'
s.add_dependency 'netbox-client-ruby', '>= 0.5.5', '< 0.8.0'
s.add_dependency 'netbox-client-ruby', '~> 0.6.0'

# pin versions
s.add_dependency 'dry-container', '0.9.0'
s.add_dependency 'dry-core', '0.8.1'
s.add_dependency 'dry-schema', '1.10.6'

s.add_development_dependency 'rdoc'
s.add_development_dependency 'theforeman-rubocop', '~> 0.1.2'
Expand Down

0 comments on commit 3dde156

Please sign in to comment.