spec/dummy_app/Gemfile in the_role-2.5.2 vs spec/dummy_app/Gemfile in the_role-2.5.3

- old
+ new

@@ -16,19 +16,23 @@ gem 'uglifier' gem 'jquery-rails' gem 'jbuilder', '~> 1.0.1' -gem 'the_string_to_slug', - path: "../../../the_string_to_slug" +# gem 'the_string_to_slug', path: "../../../the_string_to_slug" gem 'the_role', - # "~> 2.5.1" - path: '../../' + # path: '../../' + "~> 2.5.3" gem 'the_role_bootstrap3_ui', + # path: "path: '../../../../../the_role_bootstrap3_ui" github: 'the-teacher/the_role_bootstrap3_ui', branch: 'master' + +group :development do + gem 'pry-rails' +end group :test do gem 'factory_girl_rails', '~> 4.0' gem 'database_cleaner', git: 'https://github.com/bmabey/database_cleaner.git', tag: 'v1.0.0' \ No newline at end of file