Compare commits

..

1 Commits

Author SHA1 Message Date
Lucas Mazza
079ed3b6f8 Update Changelog [ci skip] 2017-05-14 21:10:36 -03:00
6 changed files with 13 additions and 21 deletions

View File

@@ -25,6 +25,10 @@ matrix:
gemfile: gemfiles/Gemfile.rails-5.0-stable
- rvm: 2.1.10
gemfile: Gemfile
- env: DEVISE_ORM=mongoid
gemfile: Gemfile
- env: DEVISE_ORM=mongoid
gemfile: gemfiles/Gemfile.rails-5.0-stable
allow_failures:
- rvm: ruby-head
services:

View File

@@ -1,4 +1,4 @@
### 4.3.0 - unreleased
### 4.3.0 - 2017-05-14
* Enhancements
* Dependency support added for Rails 5.1.x.

View File

@@ -34,6 +34,7 @@ platforms :ruby do
gem "sqlite3"
end
group :mongoid do
gem "mongoid"
end
# TODO:
# group :mongoid do
# gem "mongoid", "~> 4.0.0"
# end

View File

@@ -59,7 +59,6 @@ GEM
tzinfo (~> 1.1)
arel (8.0.0)
bcrypt (3.1.11)
bson (4.2.1)
builder (3.2.3)
concurrent-ruby (1.0.5)
erubi (1.6.0)
@@ -83,11 +82,6 @@ GEM
minitest (5.10.1)
mocha (1.2.1)
metaclass (~> 0.0.1)
mongo (2.4.1)
bson (>= 4.2.1, < 5.0.0)
mongoid (6.1.0)
activemodel (~> 5.0)
mongo (>= 2.4.1, < 3.0.0)
multi_json (1.12.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
@@ -184,7 +178,6 @@ DEPENDENCIES
jruby-openssl
minitest (< 5.10.2)
mocha (~> 1.1)
mongoid
oauth2
omniauth (~> 1.3)
omniauth-facebook

View File

@@ -28,6 +28,7 @@ platforms :ruby do
gem "sqlite3"
end
group :mongoid do
gem "mongoid"
end
# TODO:
# group :mongoid do
# gem "mongoid", "~> 4.0.0"
# end

View File

@@ -59,7 +59,6 @@ GEM
tzinfo (~> 1.1)
arel (7.1.4)
bcrypt (3.1.11)
bson (4.2.1)
builder (3.2.3)
concurrent-ruby (1.0.5)
erubis (2.7.0)
@@ -83,11 +82,6 @@ GEM
minitest (5.10.1)
mocha (1.2.1)
metaclass (~> 0.0.1)
mongo (2.4.1)
bson (>= 4.2.1, < 5.0.0)
mongoid (6.1.0)
activemodel (~> 5.0)
mongo (>= 2.4.1, < 3.0.0)
multi_json (1.12.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
@@ -183,7 +177,6 @@ DEPENDENCIES
devise!
minitest (< 5.10.2)
mocha (~> 1.1)
mongoid
omniauth
omniauth-facebook
omniauth-oauth2