Commit 38fc5dc2a8713dd6a546757064d2f6108089195f

Authored by Dmitriy Zaporozhets
1 parent 445f31c6

Fix disappearing @ when mention user

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
Gemfile
... ... @@ -143,7 +143,7 @@ gem &#39;jquery-turbolinks&#39;
143 143  
144 144 gem 'chosen-rails', "1.0.1"
145 145 gem 'select2-rails'
146   -gem 'jquery-atwho-rails', "~> 0.4.1"
  146 +gem 'jquery-atwho-rails', "~> 0.3.3"
147 147 gem "jquery-rails", "2.1.3"
148 148 gem "jquery-ui-rails", "2.0.2"
149 149 gem "modernizr", "2.6.2"
... ...
Gemfile.lock
... ... @@ -257,7 +257,7 @@ GEM
257 257 rack (>= 1.2.1)
258 258 rake
259 259 jasmine-core (2.0.0.rc5)
260   - jquery-atwho-rails (0.4.1)
  260 + jquery-atwho-rails (0.3.3)
261 261 jquery-rails (2.1.3)
262 262 railties (>= 3.1.0, < 5.0)
263 263 thor (~> 0.14)
... ... @@ -605,7 +605,7 @@ DEPENDENCIES
605 605 hipchat (~> 0.9.0)
606 606 httparty
607 607 jasmine (= 2.0.0.rc5)
608   - jquery-atwho-rails (~> 0.4.1)
  608 + jquery-atwho-rails (~> 0.3.3)
609 609 jquery-rails (= 2.1.3)
610 610 jquery-turbolinks
611 611 jquery-ui-rails (= 2.0.2)
... ...