Gemfile in pageflow-chart-0.2.0 vs Gemfile in pageflow-chart-0.2.1
- old
+ new
@@ -1,12 +1,8 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in chart.gemspec
gemspec
-gem 'activeadmin', :git => 'https://github.com/codevise/active_admin.git', :branch => 'rails4'
-gem 'ransack'
-gem 'inherited_resources', '1.4.1'
-gem 'formtastic', '2.3.0.rc2'
gem 'state_machine', git: 'https://github.com/codevise/state_machine.git'
-gem 'pageflow', git: 'https://github.com/codevise/pageflow'
+gem 'pageflow', git: 'https://github.com/codevise/pageflow', branch: '0-11-stable'