summaryrefslogtreecommitdiff
path: root/ui_dependencies.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ui_dependencies.rb')
-rw-r--r--ui_dependencies.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui_dependencies.rb b/ui_dependencies.rb
index c0779c0..2eb1e77 100644
--- a/ui_dependencies.rb
+++ b/ui_dependencies.rb
@@ -5,7 +5,7 @@ gem "simple_form"
gem 'client_side_validations'
gem 'client_side_validations-simple_form'
gem 'kaminari', "0.13.0" # for pagination. trying 0.13.0 as there seem to be issues with 0.14.0 when using couchrest
-gem 'bootstrap-editable-rails'
+gem 'bootstrap-editable-rails', "~>0.0.4"
group :assets do
gem "haml-rails", "~> 0.3.4"