File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ ruby 2.1.8で動作確認しています。
16
16
17
17
``
18
18
gem install bundler ocra
19
- bundle install --without development <--path vendor/bundler>
20
- ocra --no-autoload --add-all-core --gemfile Gemfile --gem-full migrate .rb
19
+ bundle install --without development
20
+ ocra --no-autoload --add-all-core --gemfile Gemfile --gem-full arm .rb
21
21
``
22
22
23
23
## Log -ログ- ##
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ migrate.exe path_to_database.yml<:dbkey(option)> path_to_migrate_dir<:VERSION(op
13
13
It can be compiled using the ocra in ruby under the windows environment.
14
14
15
15
``
16
- ocra --no-autoload --add-all-core --gemfile Gemfile --gem-full migrate .rb
16
+ ocra --no-autoload --add-all-core --gemfile Gemfile --gem-full arm .rb
17
17
``
18
18
19
19
## Log ##
File renamed without changes.
You can’t perform that action at this time.
0 commit comments