Skip to content

Commit

Permalink
fix relaton version to force fixed gem installation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew2net committed Jun 7, 2024
1 parent b3ce1da commit 90fc059
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ require: rubocop-rails
inherit_from:
- https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml
AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0
Rails:
Enabled: true
2 changes: 1 addition & 1 deletion lib/relaton/cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Relaton
module Cli
VERSION = "1.18.0".freeze
VERSION = "1.18.1".freeze
end
end
4 changes: 2 additions & 2 deletions relaton-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.7.0"
spec.required_ruby_version = ">= 3.0.0"

spec.add_runtime_dependency "liquid", "~> 5"
spec.add_runtime_dependency "relaton", "~> 1.18.0"
spec.add_runtime_dependency "relaton", "~> 1.18.2"
spec.add_runtime_dependency "thor"
spec.add_runtime_dependency "thor-hollaback"
end

0 comments on commit 90fc059

Please sign in to comment.