test/totoro_test/Gemfile in totoro-0.1.5 vs test/totoro_test/Gemfile in totoro-0.1.6

- old
+ new

@@ -3,10 +3,9 @@ git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") "https://github.com/#{repo_name}.git" end -gem 'bunny' gem 'totoro', path: '/totoro' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 5.1.6' # Use sqlite3 as the database for Active Record gem 'sqlite3'