Skip to content

Commit

Permalink
Merge pull request #19 from github/lock
Browse files Browse the repository at this point in the history
Lock versions
  • Loading branch information
nobe4 authored Oct 23, 2023
2 parents f50371a + 2d90152 commit 6a5dc8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PATH
remote: .
specs:
entitlements-gitrepo-auditor-plugin (0.4.0)
contracts (= 0.17)
entitlements-app (= 0.3.0)
contracts (~> 0.17)
entitlements-app (~> 0.3)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions entitlements-gitrepo-auditor-plugin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/github/entitlements-gitrepo-auditor-plugin"
s.executables = %w[]

s.add_dependency "contracts", "0.17"
s.add_dependency "entitlements-app", "0.3.0"
s.add_dependency "contracts", "~> 0.17"
s.add_dependency "entitlements-app", "~> 0.3"

s.add_development_dependency "rake", "= 13.0.6"
s.add_development_dependency "rspec", "= 3.8.0"
Expand Down

0 comments on commit 6a5dc8c

Please sign in to comment.