Skip to content

Commit

Permalink
dummy_app_checked
Browse files Browse the repository at this point in the history
  • Loading branch information
the-teacher committed Mar 18, 2014
1 parent 4b8a339 commit 05e117d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions spec/dummy_app/Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
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'
Expand All @@ -19,8 +18,10 @@ 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'
Expand Down

0 comments on commit 05e117d

Please sign in to comment.