mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Bundle update couch_potato
Remove this load error: cannot load such file -- json/add/rails (LoadError)
This commit is contained in:
parent
6d94c7b2ef
commit
0fd2bf7db9
1 changed files with 10 additions and 10 deletions
20
Gemfile.lock
20
Gemfile.lock
|
@ -27,15 +27,15 @@ GEM
|
|||
bson (1.6.4)
|
||||
bson_ext (1.6.4)
|
||||
bson (~> 1.6.4)
|
||||
builder (3.0.0)
|
||||
couch_potato (0.5.7)
|
||||
builder (3.0.4)
|
||||
couch_potato (0.7.1)
|
||||
activemodel
|
||||
couchrest (>= 1.0.1)
|
||||
json
|
||||
couchrest (1.0.1)
|
||||
json (>= 1.4.6)
|
||||
mime-types (>= 1.15)
|
||||
rest-client (>= 1.5.1)
|
||||
json (~> 1.6)
|
||||
couchrest (1.1.3)
|
||||
mime-types (~> 1.15)
|
||||
multi_json (~> 1.0)
|
||||
rest-client (~> 1.6.1)
|
||||
cucumber (1.2.1)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.3)
|
||||
|
@ -101,14 +101,14 @@ GEM
|
|||
guard-rspec (1.2.1)
|
||||
guard (>= 1.1)
|
||||
hike (1.2.1)
|
||||
i18n (0.6.0)
|
||||
i18n (0.6.1)
|
||||
jeweler (1.8.4)
|
||||
bundler (~> 1.0)
|
||||
git (>= 1.2.5)
|
||||
rake
|
||||
rdoc
|
||||
journey (1.0.4)
|
||||
json (1.7.3)
|
||||
json (1.7.6)
|
||||
json_pure (1.7.6)
|
||||
listen (0.4.7)
|
||||
rb-fchange (~> 0.0.5)
|
||||
|
@ -128,7 +128,7 @@ GEM
|
|||
origin (~> 1.0.3)
|
||||
tzinfo (~> 0.3.22)
|
||||
moped (1.1.2)
|
||||
multi_json (1.3.6)
|
||||
multi_json (1.5.0)
|
||||
mysql (2.8.1)
|
||||
mysql2 (0.3.11)
|
||||
origin (1.0.4)
|
||||
|
|
Loading…
Reference in a new issue