Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #132 from MITLibraries/update_deps
Browse files Browse the repository at this point in the history
Bug fixed upstream so we no longer need our fork
  • Loading branch information
JPrevost committed Aug 4, 2016
2 parents 89d1220 + 7c64e18 commit 8e8971e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Expand Up @@ -3,8 +3,9 @@ ruby '2.3.1'

gem 'rails', '5.0.0'
gem 'aws-sdk', '~> 2'
gem 'bootstrap_form', git: 'https://github.com/MITLibraries/rails-bootstrap-forms',
branch: 'use_parameterize_for_check_box_label_for'
gem 'bootstrap_form',
git: 'https://github.com/bootstrap-ruby/rails-bootstrap-forms.git',
ref: 'de93b85'
gem 'cancancan'
gem 'delayed_job_active_record'
gem 'devise'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/MITLibraries/rails-bootstrap-forms
revision: bae763aceddf818822875871b5059214fb7eab98
branch: use_parameterize_for_check_box_label_for
remote: https://github.com/bootstrap-ruby/rails-bootstrap-forms.git
revision: de93b855371937b05ab1f83339544c82da7738bb
ref: de93b85
specs:
bootstrap_form (2.4.0)

Expand Down

0 comments on commit 8e8971e

Please sign in to comment.