Skip to content

Commit

Permalink
test with inherited_resources 1.5.x @ master
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschilling committed Oct 28, 2014
1 parent 0becbef commit 7cc30a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -17,6 +17,9 @@ gem 'pundit'
gem 'rake', require: false
gem 'parallel_tests'

# just to run the test on travis with inherited_resources master
gem 'inherited_resources', github: 'josevalim/inherited_resources'

group :development do
# Debugging
gem 'pry' # Easily debug from your console with `binding.pry`
Expand Down
2 changes: 1 addition & 1 deletion activeadmin.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency 'coffee-rails'
s.add_dependency 'formtastic', '~> 3.0'
s.add_dependency 'formtastic_i18n'
s.add_dependency 'inherited_resources', '~> 1.4.1'
s.add_dependency 'inherited_resources', '> 1.4.1'
s.add_dependency 'jquery-rails'
s.add_dependency 'jquery-ui-rails', '~> 5.0'
s.add_dependency 'kaminari', '~> 0.15'
Expand Down

0 comments on commit 7cc30a9

Please sign in to comment.