From a5c43e2aec76893d7eff7062b08bd113401ae2cc Mon Sep 17 00:00:00 2001 From: Jeremy Prevost Date: Thu, 4 Aug 2016 13:01:50 -0400 Subject: [PATCH] Bug fixed upstream so we no longer need our fork --- Gemfile | 3 +-- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index bbe6cdb..7c9d436 100644 --- a/Gemfile +++ b/Gemfile @@ -3,8 +3,7 @@ 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' diff --git a/Gemfile.lock b/Gemfile.lock index 99ed628..0b51489 100644 --- a/Gemfile.lock +++ b/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)