mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Updating bson_ext gem version
This commit is contained in:
parent
42d002702c
commit
b5e289c9a8
2 changed files with 3 additions and 7 deletions
2
Gemfile
2
Gemfile
|
@ -24,6 +24,6 @@ platforms :ruby do
|
|||
group :mongoid do
|
||||
gem "mongo", "1.1.2"
|
||||
gem "mongoid", "2.0.0.beta.20"
|
||||
gem "bson_ext", "1.1.2"
|
||||
gem "bson_ext", "1.2.1"
|
||||
end
|
||||
end
|
||||
|
|
|
@ -43,9 +43,8 @@ GEM
|
|||
addressable (2.2.4)
|
||||
arel (2.0.8)
|
||||
bcrypt-ruby (2.1.4)
|
||||
bcrypt-ruby (2.1.4-java)
|
||||
bson (1.2.1)
|
||||
bson_ext (1.1.2)
|
||||
bson_ext (1.2.1)
|
||||
builder (2.1.2)
|
||||
columnize (0.3.2)
|
||||
erubis (2.6.6)
|
||||
|
@ -146,17 +145,14 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
activerecord-jdbcsqlite3-adapter
|
||||
bcrypt-ruby (~> 2.1.2)
|
||||
bson_ext (= 1.1.2)
|
||||
bson_ext (= 1.2.1)
|
||||
devise!
|
||||
mocha
|
||||
mongo (= 1.1.2)
|
||||
mongoid (= 2.0.0.beta.20)
|
||||
oa-oauth
|
||||
oa-openid
|
||||
orm_adapter (~> 0.0.3)
|
||||
rails (~> 3.0.4)
|
||||
ruby-debug (>= 0.10.3)
|
||||
sqlite3-ruby
|
||||
warden (~> 1.0.3)
|
||||
webrat (= 0.7.2)
|
||||
|
|
Loading…
Reference in a new issue