Commit 75f0ff2ce1dffd3d034f8353e454349830166999
1 parent
47e8c67d
Exists in
master
and in
4 other branches
Update chosen-rails
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
7 additions
and
8 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -61,12 +61,12 @@ GEM |
61 | 61 | charlock_holmes (0.6.9.4) |
62 | 62 | childprocess (0.3.9) |
63 | 63 | ffi (~> 1.0, >= 1.0.11) |
64 | - chosen-rails (1.0.0) | |
64 | + chosen-rails (1.0.1) | |
65 | 65 | coffee-rails (>= 3.2) |
66 | 66 | compass-rails (>= 1.0) |
67 | 67 | railties (>= 3.0) |
68 | 68 | sass-rails (>= 3.2) |
69 | - chunky_png (1.2.8) | |
69 | + chunky_png (1.2.9) | |
70 | 70 | cliver (0.2.1) |
71 | 71 | code_analyzer (0.4.3) |
72 | 72 | sexp_processor |
... | ... | @@ -77,7 +77,7 @@ GEM |
77 | 77 | coffee-script (2.2.0) |
78 | 78 | coffee-script-source |
79 | 79 | execjs |
80 | - coffee-script-source (1.6.2) | |
80 | + coffee-script-source (1.6.3) | |
81 | 81 | colored (1.2) |
82 | 82 | colorize (0.5.8) |
83 | 83 | compass (0.12.2) |
... | ... | @@ -119,8 +119,7 @@ GEM |
119 | 119 | escape_utils (0.2.4) |
120 | 120 | eventmachine (1.0.3) |
121 | 121 | excon (0.13.4) |
122 | - execjs (1.4.0) | |
123 | - multi_json (~> 1.0) | |
122 | + execjs (2.0.2) | |
124 | 123 | factory_girl (4.2.0) |
125 | 124 | activesupport (>= 3.0.0) |
126 | 125 | factory_girl_rails (4.2.1) |
... | ... | @@ -429,7 +428,7 @@ GEM |
429 | 428 | safe_yaml (0.9.3) |
430 | 429 | sanitize (2.0.3) |
431 | 430 | nokogiri (>= 1.4.4, < 1.6) |
432 | - sass (3.2.11) | |
431 | + sass (3.2.12) | |
433 | 432 | sass-rails (3.2.6) |
434 | 433 | railties (~> 3.2.0) |
435 | 434 | sass (>= 3.1.10) |
... | ... | @@ -557,7 +556,7 @@ DEPENDENCIES |
557 | 556 | bootstrap-sass |
558 | 557 | capybara |
559 | 558 | carrierwave |
560 | - chosen-rails (= 1.0.0) | |
559 | + chosen-rails (= 1.0.1) | |
561 | 560 | coffee-rails |
562 | 561 | colored |
563 | 562 | coveralls | ... | ... |