Commit c7dd751c85b08dc717546470ad02e290fd51d93c

Authored by Rafael Manzo
1 parent 861ec13d

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 88 gem 'capistrano-rvm', "~>0.1.0"
89 89  
90 90 # JavaScript unit tests
91   - gem "konacha", "~> 3.2.0"
  91 + gem "konacha", "~> 3.3.0"
92 92  
93 93 # Test coverage history
94 94 gem 'coveralls', require: false
... ...
Gemfile.lock
... ... @@ -141,7 +141,7 @@ GEM
141 141 kalibro_gatekeeper_client (1.0.0)
142 142 activesupport (>= 2.2.1)
143 143 faraday_middleware (~> 0.9.0)
144   - konacha (3.2.5)
  144 + konacha (3.3.0)
145 145 actionpack (>= 3.1, < 5)
146 146 capybara
147 147 colorize
... ... @@ -152,7 +152,7 @@ GEM
152 152 mime-types (>= 1.16, < 3)
153 153 metaclass (0.0.4)
154 154 mime-types (2.4.3)
155   - mini_portile (0.6.0)
  155 + mini_portile (0.6.1)
156 156 minitest (5.4.3)
157 157 mocha (1.1.0)
158 158 metaclass (~> 0.0.1)
... ... @@ -163,8 +163,8 @@ GEM
163 163 net-ssh (>= 2.6.5)
164 164 net-ssh (2.9.1)
165 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 168 orm_adapter (0.5.0)
169 169 pg (0.17.1)
170 170 poltergeist (1.5.1)
... ... @@ -293,7 +293,7 @@ DEPENDENCIES
293 293 jquery-rails
294 294 jquery-ui-rails (~> 5.0.0)
295 295 kalibro_gatekeeper_client (~> 1.0.0)
296   - konacha (~> 3.2.0)
  296 + konacha (~> 3.3.0)
297 297 mocha
298 298 pg (~> 0.17.0)
299 299 poltergeist (~> 1.5.0)
... ...