Skip to content

Commit

Permalink
Add tether gem
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlON committed Feb 1, 2017
1 parent d33bafe commit 4fb5a74
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ gem 'slim-rails'
gem 'turbolinks', '~> 5'
gem 'uglifier', '>= 1.3.0'

source 'https://rails-assets.org' do
gem 'rails-assets-tether', '>= 1.3.3'
end

group :development, :test do
gem 'byebug', platform: :mri
gem 'factory_girl_rails'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
specs:
actioncable (5.0.1)
actionpack (= 5.0.1)
Expand Down Expand Up @@ -178,6 +179,7 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 5.0.1)
sprockets-rails (>= 2.0.0)
rails-assets-tether (1.4.0)
rails-controller-testing (1.0.1)
actionpack (~> 5.x)
actionview (~> 5.x)
Expand Down Expand Up @@ -327,6 +329,7 @@ DEPENDENCIES
pg (~> 0.18)
puma (~> 3.0)
rails (~> 5.0.1)
rails-assets-tether (>= 1.3.3)!
rails-controller-testing
rainbow (>= 2.1.0, < 2.2.0)
reek
Expand Down
1 change: 1 addition & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
//
//= require jquery
//= require jquery_ujs
//= require tether
//= require bootstrap
//= require turbolinks
//= require_tree .

0 comments on commit 4fb5a74

Please sign in to comment.