Commit 085f8270007c83a181aadc7eb589b3b4689324d6
1 parent
2ff4e15b
Exists in
colab
and in
4 other branches
Konacha updated
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -75,7 +75,7 @@ GEM |
75 | 75 | coffee-script-source |
76 | 76 | execjs |
77 | 77 | coffee-script-source (1.7.0) |
78 | - colorize (0.7.2) | |
78 | + colorize (0.7.3) | |
79 | 79 | colorpicker (0.0.5) |
80 | 80 | coveralls (0.7.0) |
81 | 81 | multi_json (~> 1.3) |
... | ... | @@ -132,7 +132,7 @@ GEM |
132 | 132 | kalibro_gatekeeper_client (0.1.0) |
133 | 133 | activesupport (>= 2.2.1) |
134 | 134 | faraday_middleware (~> 0.9.0) |
135 | - konacha (3.2.1) | |
135 | + konacha (3.2.3) | |
136 | 136 | actionpack (>= 3.1, < 5) |
137 | 137 | capybara |
138 | 138 | colorize |
... | ... | @@ -144,7 +144,7 @@ GEM |
144 | 144 | treetop (~> 1.4.8) |
145 | 145 | metaclass (0.0.4) |
146 | 146 | mime-types (1.25.1) |
147 | - mini_portile (0.5.3) | |
147 | + mini_portile (0.6.0) | |
148 | 148 | minitest (5.3.4) |
149 | 149 | mocha (1.0.0) |
150 | 150 | metaclass (~> 0.0.1) |
... | ... | @@ -155,8 +155,8 @@ GEM |
155 | 155 | net-scp (1.2.1) |
156 | 156 | net-ssh (>= 2.6.5) |
157 | 157 | net-ssh (2.9.0) |
158 | - nokogiri (1.6.1) | |
159 | - mini_portile (~> 0.5.0) | |
158 | + nokogiri (1.6.2.1) | |
159 | + mini_portile (= 0.6.0) | |
160 | 160 | orm_adapter (0.5.0) |
161 | 161 | pg (0.17.1) |
162 | 162 | poltergeist (1.5.0) |
... | ... | @@ -183,7 +183,7 @@ GEM |
183 | 183 | activesupport (= 4.1.0) |
184 | 184 | rake (>= 0.8.7) |
185 | 185 | thor (>= 0.18.1, < 2.0) |
186 | - rake (10.3.1) | |
186 | + rake (10.3.2) | |
187 | 187 | rdoc (4.1.1) |
188 | 188 | json (~> 1.4) |
189 | 189 | ref (1.0.5) | ... | ... |