Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem "high_voltage"
gem "holidays"
gem "http_accept_language"
gem "jquery-atwho-rails", "~> 1.3.2" # autocomplete
gem "jquery-rails", "~> 4.0"
gem "jquery-rails", "~> 4.4"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

gem "kaminari"
gem "momentjs-rails"
gem "neat"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ GEM
concurrent-ruby (~> 1.0)
jmespath (1.3.1)
jquery-atwho-rails (1.3.2)
jquery-rails (4.3.5)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand Down Expand Up @@ -758,7 +758,7 @@ GEM
pry-rails (0.3.2)
pry (>= 0.9.10)
public_suffix (4.0.5)
rack (2.1.1)
rack (2.2.2)
rack-test (0.6.3)
rack (>= 1.0)
rack-timeout (0.0.4)
Expand Down Expand Up @@ -919,7 +919,7 @@ DEPENDENCIES
holidays
http_accept_language
jquery-atwho-rails (~> 1.3.2)
jquery-rails (~> 4.0)
jquery-rails (~> 4.4)
kaminari
launchy
letter_opener
Expand Down