spec/dummy_app/Gemfile in the_role-2.3 vs spec/dummy_app/Gemfile in the_role-2.4

- old
+ new

@@ -1,13 +1,12 @@ source 'https://rubygems.org' -gem 'rails', '~> 4.0.0' -gem 'rake', '~> 10.0.4' +gem 'rails' +gem 'devise' gem 'sqlite3' gem 'state_machine', '~> 1.2.0' -gem 'devise', git: 'https://github.com/plataformatec/devise.git' gem 'sprockets-rails', github: 'rails/sprockets-rails' gem 'coffee-rails', github: 'rails/coffee-rails' gem 'sass-rails', github: 'rails/sass-rails' @@ -17,11 +16,13 @@ gem 'uglifier' gem 'jquery-rails' gem 'jbuilder', '~> 1.0.1' -gem 'the_role' , path: '../../' -gem 'haml' , git: 'https://github.com/haml/haml.git', tag: '4.0.1' +gem 'the_role', path: '../../' +gem 'the_role_bootstrap3_ui', + github: 'the-teacher/the_role_bootstrap3_ui', + branch: 'master' 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