tibbs001 / ctwiki-loader

Ruby on Rails app to help populate a wiki devoted to Clinical Trials
MIT License
1 stars 0 forks source link

Upgrade to Ruby 2.4.5 to be consistent with AACT #25

Closed tibbs001 closed 4 years ago

tibbs001 commented 4 years ago

Should upgrade to latest ruby at some point, but for now, make it consistent with AACT

tibbs001 commented 4 years ago

Upgrading cuz I'm having trouble with bundler. For ruby 2.4.5, I know we can use bundler 1.9.0 (at least, it works in AACT). But I can't find a bundler to work with ruby 2.4.0 now - don't know how it was working before. Also needed to change rails in Gemfile: From: gem 'rails', github: 'rails/rails', branch: '4-2-stable' to just gem 'rails'

tibbs001 commented 4 years ago

done