Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Update phlex-translation.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Nov 24, 2022
1 parent 1d68d5f commit c57fc99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phlex-translation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "phlex-translation"
spec.version = "0.0.1"
spec.version = "0.1.0"
spec.authors = ["Joel Drapper"]
spec.email = ["[email protected]"]

Expand All @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "phlex", "~> 0.5"
spec.add_dependency "phlex", ">= 0.5"
spec.add_dependency "i18n", "~> 1.12"

spec.metadata["rubygems_mfa_required"] = "true"
Expand Down

0 comments on commit c57fc99

Please sign in to comment.