Skip to content

Commit

Permalink
Flex gemspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
lvitals committed Jun 18, 2024
1 parent 170e77b commit e22054f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,4 @@ DEPENDENCIES
bundler (~> 2.3)
keycloak!
rake (~> 13.0)
rspec (~> 3.7)

BUNDLED WITH
2.3.7
rspec (~> 3.7)
4 changes: 2 additions & 2 deletions keycloak.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 2.3"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.7"
spec.add_runtime_dependency "rest-client", "2.1.0"
spec.add_runtime_dependency "jwt", "2.4.1"
spec.add_runtime_dependency "rest-client", "~> 2.1.0"
spec.add_runtime_dependency "jwt", "~> 2.4.1"
spec.add_runtime_dependency "json", "~> 2.6.2"
end

0 comments on commit e22054f

Please sign in to comment.