Skip to content

Commit

Permalink
Use latest globalid
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 12, 2014
1 parent 3900efb commit 2dd6ec2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -8,7 +8,6 @@ gemspec
gem 'mocha', '~> 0.14', require: false

gem 'rack-cache', '~> 1.2'
# TODO: Release this gem
gem 'jquery-rails', '~> 4.0.0.beta2'
gem 'coffee-rails', '~> 4.0.0'
# TODO: Release this gem
Expand All @@ -17,6 +16,8 @@ gem 'rails-html-sanitizer', github: 'rails/rails-html-sanitizer'
gem 'rails-deprecated_sanitizer', github: 'rails/rails-deprecated_sanitizer'
# TODO: Release this gem
gem 'rails-dom-testing', github: 'rails/rails-dom-testing'
# TODO: Release this gem
gem 'globalid', github: 'rails/globalid'
gem 'turbolinks', '~> 2.2.3'

# require: false so bcrypt is loaded only when has_secure_password is used.
Expand Down

0 comments on commit 2dd6ec2

Please sign in to comment.