Skip to content

Commit

Permalink
Version issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Banura Randika committed May 20, 2020
1 parent 3f39916 commit 3933260
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ gemspec
gem 'rake', '~> 12.0'
gem 'rspec', '~> 3.0'
gem 'meta-tags', '~> 2.13'
gem 'activerecord'
gem 'activerecord', '>= 5.0', '< 6.1'
gem 'xml-sitemap', '~> 1.3', '>= 1.3.3'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
fi_seo (0.1.2)
activerecord
fi_seo (0.1.3)
activerecord (>= 5.0, < 6.1)
meta-tags (~> 2.13)
xml-sitemap (~> 1.3, >= 1.3.3)

Expand Down Expand Up @@ -82,7 +82,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord
activerecord (>= 5.0, < 6.1)
fi_seo!
meta-tags (~> 2.13)
rake (~> 12.0)
Expand Down
2 changes: 1 addition & 1 deletion fi_seo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_runtime_dependency 'activerecord'
spec.add_runtime_dependency 'activerecord', '>= 5.0', '< 6.1'
spec.add_runtime_dependency 'meta-tags', '~> 2.13'
spec.add_runtime_dependency 'xml-sitemap', '~> 1.3', '>= 1.3.3'
end
2 changes: 1 addition & 1 deletion lib/acts_as_seoable/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FiSeo
VERSION = "0.1.2"
VERSION = "0.1.3"
end

0 comments on commit 3933260

Please sign in to comment.