Gemfile in pageflow-sitemap-1.0.0 vs Gemfile in pageflow-sitemap-1.1.0
- old
+ new
@@ -3,11 +3,9 @@
# Declare your gem's dependencies in pageflow/sitemap.gemspec.
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec
-gem 'state_machine', git: 'https://github.com/codevise/state_machine.git'
-
gem 'sqlite3'
gem 'ejs'
# Ensure that teaspoon is required via Bundler.require inside the
# dummy app. Otherwise teaspoon fails to initialize correctly.