Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

adopt Rails6.0.0 rc1 #182

Merged
merged 4 commits into from
May 15, 2019
Merged

adopt Rails6.0.0 rc1 #182

merged 4 commits into from
May 15, 2019

Conversation

walf443
Copy link
Contributor

@walf443 walf443 commented Apr 27, 2019

```
DEPRECATION WARNING: `.represent_boolean_as_integer=` is now always true, so setting this is deprecated and will be removed in Rails 6.1. (called from <module:Adhoq> at /app/models/adhoq/executio
n.rb:2)
```
```
DEPRECATION WARNING: update_attributes is deprecated and will be removed from Rails 6.1 (please, use update instead)
```
@@ -2,7 +2,8 @@ source 'http://rubygems.org'

gemspec path: '..'

gem 'rails', '~> 6.0.0.beta3'
gem 'rails', '~> 6.0.0.rc1'
gem 'sqlite3', '>= 1.4'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may be better to change adhoq.gemspec and lock gemfiles files under Rails 5.1

This was referenced Apr 27, 2019
@takkanm takkanm merged commit 426499f into esminc:master May 15, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants