Skip to content

Commit

Permalink
jqueryの導入
Browse files Browse the repository at this point in the history
  • Loading branch information
yumayo14 committed Jan 24, 2018
1 parent 7620b57 commit c1cd468
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ gem 'devise'
gem 'bootstrap-sass'
gem 'haml-rails'
gem 'erb2haml'
gem "jquery-rails"
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ GEM
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
jquery-rails (4.3.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand Down Expand Up @@ -200,6 +204,7 @@ DEPENDENCIES
erb2haml
haml-rails
jbuilder (~> 2.5)
jquery-rails
listen (>= 3.0.5, < 3.2)
pg (~> 0.18)
puma (~> 3.7)
Expand Down

0 comments on commit c1cd468

Please sign in to comment.