Commit c7dd751c85b08dc717546470ad02e290fd51d93c
1 parent
861ec13d
Exists in
colab
and in
4 other branches
konacha updated
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
Gemfile
@@ -88,7 +88,7 @@ group :development, :test do | @@ -88,7 +88,7 @@ group :development, :test do | ||
88 | gem 'capistrano-rvm', "~>0.1.0" | 88 | gem 'capistrano-rvm', "~>0.1.0" |
89 | 89 | ||
90 | # JavaScript unit tests | 90 | # JavaScript unit tests |
91 | - gem "konacha", "~> 3.2.0" | 91 | + gem "konacha", "~> 3.3.0" |
92 | 92 | ||
93 | # Test coverage history | 93 | # Test coverage history |
94 | gem 'coveralls', require: false | 94 | gem 'coveralls', require: false |
Gemfile.lock
@@ -141,7 +141,7 @@ GEM | @@ -141,7 +141,7 @@ GEM | ||
141 | kalibro_gatekeeper_client (1.0.0) | 141 | kalibro_gatekeeper_client (1.0.0) |
142 | activesupport (>= 2.2.1) | 142 | activesupport (>= 2.2.1) |
143 | faraday_middleware (~> 0.9.0) | 143 | faraday_middleware (~> 0.9.0) |
144 | - konacha (3.2.5) | 144 | + konacha (3.3.0) |
145 | actionpack (>= 3.1, < 5) | 145 | actionpack (>= 3.1, < 5) |
146 | capybara | 146 | capybara |
147 | colorize | 147 | colorize |
@@ -152,7 +152,7 @@ GEM | @@ -152,7 +152,7 @@ GEM | ||
152 | mime-types (>= 1.16, < 3) | 152 | mime-types (>= 1.16, < 3) |
153 | metaclass (0.0.4) | 153 | metaclass (0.0.4) |
154 | mime-types (2.4.3) | 154 | mime-types (2.4.3) |
155 | - mini_portile (0.6.0) | 155 | + mini_portile (0.6.1) |
156 | minitest (5.4.3) | 156 | minitest (5.4.3) |
157 | mocha (1.1.0) | 157 | mocha (1.1.0) |
158 | metaclass (~> 0.0.1) | 158 | metaclass (~> 0.0.1) |
@@ -163,8 +163,8 @@ GEM | @@ -163,8 +163,8 @@ GEM | ||
163 | net-ssh (>= 2.6.5) | 163 | net-ssh (>= 2.6.5) |
164 | net-ssh (2.9.1) | 164 | net-ssh (2.9.1) |
165 | netrc (0.9.0) | 165 | netrc (0.9.0) |
166 | - nokogiri (1.6.3.1) | ||
167 | - mini_portile (= 0.6.0) | 166 | + nokogiri (1.6.5) |
167 | + mini_portile (~> 0.6.0) | ||
168 | orm_adapter (0.5.0) | 168 | orm_adapter (0.5.0) |
169 | pg (0.17.1) | 169 | pg (0.17.1) |
170 | poltergeist (1.5.1) | 170 | poltergeist (1.5.1) |
@@ -293,7 +293,7 @@ DEPENDENCIES | @@ -293,7 +293,7 @@ DEPENDENCIES | ||
293 | jquery-rails | 293 | jquery-rails |
294 | jquery-ui-rails (~> 5.0.0) | 294 | jquery-ui-rails (~> 5.0.0) |
295 | kalibro_gatekeeper_client (~> 1.0.0) | 295 | kalibro_gatekeeper_client (~> 1.0.0) |
296 | - konacha (~> 3.2.0) | 296 | + konacha (~> 3.3.0) |
297 | mocha | 297 | mocha |
298 | pg (~> 0.17.0) | 298 | pg (~> 0.17.0) |
299 | poltergeist (~> 1.5.0) | 299 | poltergeist (~> 1.5.0) |