Skip to content

Commit

Permalink
Merge c1c0eb7 into 8f7e425
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit committed Mar 27, 2021
2 parents 8f7e425 + c1c0eb7 commit 7e632c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion comfortable_mexican_sofa.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency "kramdown", ">= 1.0.0"
s.add_dependency "mimemagic", ">= 0.3.2"
s.add_dependency "mini_magick", ">= 4.8.0"
s.add_dependency "rails", ">= 5.2.0"
s.add_dependency "rails", ">= 5.2.0", "< 6.1.0"
s.add_dependency "rails-i18n", ">= 5.0.0"
s.add_dependency "sassc-rails", ">= 2.0.0"
end
2 changes: 1 addition & 1 deletion test/gemfiles/6.0.gemfile
Expand Up @@ -4,7 +4,7 @@ source "http://rubygems.org"

gemspec path: "../../"

gem "rails", ">= 6.0"
gem "rails", ">= 6.0", "< 6.1"

group :development, :test do
gem "byebug", "~> 10.0.0", platforms: %i[mri mingw x64_mingw]
Expand Down

0 comments on commit 7e632c7

Please sign in to comment.