Commit c338321695470eccf1b2f96348b9e57b894a5c2a
1 parent
9b965098
Exists in
master
and in
4 other branches
Update jquery-atwho-rails gem
Fixes #1860
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
... | ... | @@ -100,7 +100,7 @@ group :assets do |
100 | 100 | gem "therubyracer" |
101 | 101 | |
102 | 102 | gem 'chosen-rails', "0.9.8" |
103 | - gem 'jquery-atwho-rails', "0.1.6" | |
103 | + gem 'jquery-atwho-rails', "0.1.7" | |
104 | 104 | gem "jquery-rails", "2.1.3" |
105 | 105 | gem "jquery-ui-rails", "2.0.2" |
106 | 106 | gem "modernizr", "2.6.2" | ... | ... |
Gemfile.lock
... | ... | @@ -227,7 +227,7 @@ GEM |
227 | 227 | httpauth (0.2.0) |
228 | 228 | i18n (0.6.1) |
229 | 229 | journey (1.0.4) |
230 | - jquery-atwho-rails (0.1.6) | |
230 | + jquery-atwho-rails (0.1.7) | |
231 | 231 | jquery-rails (2.1.3) |
232 | 232 | railties (>= 3.1.0, < 5.0) |
233 | 233 | thor (~> 0.14) |
... | ... | @@ -481,7 +481,7 @@ DEPENDENCIES |
481 | 481 | guard-spinach |
482 | 482 | haml-rails (~> 0.3.5) |
483 | 483 | httparty |
484 | - jquery-atwho-rails (= 0.1.6) | |
484 | + jquery-atwho-rails (= 0.1.7) | |
485 | 485 | jquery-rails (= 2.1.3) |
486 | 486 | jquery-ui-rails (= 2.0.2) |
487 | 487 | kaminari (~> 0.14.1) | ... | ... |