spec/dummy_app/Gemfile in the_role-2.5.1 vs spec/dummy_app/Gemfile in the_role-2.5.2
- old
+ new
@@ -16,11 +16,15 @@
gem 'uglifier'
gem 'jquery-rails'
gem 'jbuilder', '~> 1.0.1'
-gem 'the_role', "~> 2.5"
- # path: '../../'
+gem 'the_string_to_slug',
+ path: "../../../the_string_to_slug"
+
+gem 'the_role',
+ # "~> 2.5.1"
+ path: '../../'
gem 'the_role_bootstrap3_ui',
github: 'the-teacher/the_role_bootstrap3_ui',
branch: 'master'
\ No newline at end of file