diff options
author | Azul <azul@riseup.net> | 2016-03-23 21:53:29 +0100 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-05-02 08:23:33 -0300 |
commit | 16da29309cdb117e2ac40eb93286fc265c3135d5 (patch) | |
tree | f77a85db57d7c644567f1f0a6bae64aaa7701a7e /Gemfile.lock | |
parent | 065859b90cc5ef403b8f47bd5394b343e556cc4d (diff) |
vendoring couchrest session store for development
0.4.0 has not been released yet. But travis needs it to run.
So i vendor it for now. Will remove it again when the build is getting stable.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 0d18875..78f3ea2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,6 +22,14 @@ PATH common_languages (0.0.1) i18n +PATH + remote: vendor/gems/couchrest_session_store + specs: + couchrest_session_store (0.4.0) + actionpack (~> 4.0) + couchrest + couchrest_model + GEM remote: https://rubygems.org/ specs: |