coursemology-polyglot.gemspec in coursemology-polyglot-0.0.3 vs coursemology-polyglot.gemspec in coursemology-polyglot-0.1.0
- old
+ new
@@ -27,6 +27,10 @@
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'coveralls'
spec.add_development_dependency 'codeclimate-test-reporter'
spec.add_dependency 'activesupport', '~> 4.2.0', '>= 4.2.2'
+
+ # For autoloading in Rails applications, as well as the Ace modes inclusion. Keep this as the
+ # same as ActiveSupport version.
+ spec.add_development_dependency 'railties', '~> 4.2.0', '>= 4.2.2'
end