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
@@ -143,7 +143,7 @@ gem &#39;jquery-turbolinks&#39; @@ -143,7 +143,7 @@ gem &#39;jquery-turbolinks&#39;
143 143
144 gem 'chosen-rails', "1.0.1" 144 gem 'chosen-rails', "1.0.1"
145 gem 'select2-rails' 145 gem 'select2-rails'
146 -gem 'jquery-atwho-rails', "~> 0.4.1" 146 +gem 'jquery-atwho-rails', "~> 0.3.3"
147 gem "jquery-rails", "2.1.3" 147 gem "jquery-rails", "2.1.3"
148 gem "jquery-ui-rails", "2.0.2" 148 gem "jquery-ui-rails", "2.0.2"
149 gem "modernizr", "2.6.2" 149 gem "modernizr", "2.6.2"
@@ -257,7 +257,7 @@ GEM @@ -257,7 +257,7 @@ GEM
257 rack (>= 1.2.1) 257 rack (>= 1.2.1)
258 rake 258 rake
259 jasmine-core (2.0.0.rc5) 259 jasmine-core (2.0.0.rc5)
260 - jquery-atwho-rails (0.4.1) 260 + jquery-atwho-rails (0.3.3)
261 jquery-rails (2.1.3) 261 jquery-rails (2.1.3)
262 railties (>= 3.1.0, < 5.0) 262 railties (>= 3.1.0, < 5.0)
263 thor (~> 0.14) 263 thor (~> 0.14)
@@ -605,7 +605,7 @@ DEPENDENCIES @@ -605,7 +605,7 @@ DEPENDENCIES
605 hipchat (~> 0.9.0) 605 hipchat (~> 0.9.0)
606 httparty 606 httparty
607 jasmine (= 2.0.0.rc5) 607 jasmine (= 2.0.0.rc5)
608 - jquery-atwho-rails (~> 0.4.1) 608 + jquery-atwho-rails (~> 0.3.3)
609 jquery-rails (= 2.1.3) 609 jquery-rails (= 2.1.3)
610 jquery-turbolinks 610 jquery-turbolinks
611 jquery-ui-rails (= 2.0.2) 611 jquery-ui-rails (= 2.0.2)