Gemfile in nice_partials-0.1.9 vs Gemfile in nice_partials-0.9.0

- old
+ new

@@ -1,7 +1,17 @@ source "https://rubygems.org" +git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec gem "minitest" gem "rake" gem "irb" + +if ENV["RAILS_MAIN"] + gem "rails", github: "rails/rails", branch: "main" +else + gem "rails" +end + +gem "view_component" +gem "capybara"