Commit ad2ad84ee0490e3cfa33d6824fa98d5bb9bb0fe4
1 parent
fc948f16
Exists in
colab
and in
4 other branches
Gemfile.lock updated
Showing
1 changed file
with
4 additions
and
9 deletions
Show diff stats
Gemfile.lock
1 | 1 | GIT |
2 | - remote: https://github.com/mezuro/kalibro_client | |
3 | - revision: 24ea5d64efd7f55515f6e062a6c050186010ff5b | |
4 | - specs: | |
5 | - kalibro_client (0.0.1) | |
6 | - activesupport (>= 2.2.1) | |
7 | - faraday_middleware (~> 0.9.0) | |
8 | - | |
9 | -GIT | |
10 | 2 | remote: https://github.com/seyhunak/twitter-bootstrap-rails.git |
11 | 3 | revision: 67f160dd2ff5cc7cd843a17866c3b6bc8e7f2794 |
12 | 4 | specs: |
... | ... | @@ -146,6 +138,9 @@ GEM |
146 | 138 | jquery-ui-rails (5.0.3) |
147 | 139 | railties (>= 3.2.16) |
148 | 140 | json (1.8.2) |
141 | + kalibro_client (0.0.2) | |
142 | + activesupport (>= 2.2.1) | |
143 | + faraday_middleware (~> 0.9.0) | |
149 | 144 | konacha (3.3.0) |
150 | 145 | actionpack (>= 3.1, < 5) |
151 | 146 | capybara |
... | ... | @@ -299,7 +294,7 @@ DEPENDENCIES |
299 | 294 | jbuilder (~> 2.2.2) |
300 | 295 | jquery-rails |
301 | 296 | jquery-ui-rails (~> 5.0.0) |
302 | - kalibro_client! | |
297 | + kalibro_client | |
303 | 298 | konacha (~> 3.3.0) |
304 | 299 | mocha |
305 | 300 | pg (~> 0.17.0) | ... | ... |