Skip to content
This repository was archived by the owner on Jun 2, 2020. It is now read-only.

Updated the Gemfile.lock file using bundle update #629

Closed
wants to merge 1 commit into from
Closed

Updated the Gemfile.lock file using bundle update #629

wants to merge 1 commit into from

Conversation

BennyAJ
Copy link

@BennyAJ BennyAJ commented Oct 19, 2018

This was done to resolve an issue where newer versions of Ruby were
not compatible with the json 1.8.3 dependency. It seems that the json
gem is no longer required at all after this update

Deleting the Gemfile.lock then running bundle install produced identical results

Note that this has not been tested with the automated Jenkins build system since I wasn't sure how to do that without getting it into the repository first. It seems to work fine locally, except that the Google Calendar doesn't seem to show anything (but still renders fine).

I'm not sure if this counts as an Advanced HW 6 submission? I just did this while I was trying to get the site running but it doesn't change the reference page like the homework said.

Advanced HW 6 submission

Closes #628

Name: Benjamin Johnson
Uniqname: bennyaj

This was done to resolve an issue where newer versions of Ruby were
not compatible with the json 1.8.3 dependency. It seems that the json
gem is no longer required at all after this update
@BennyAJ
Copy link
Author

BennyAJ commented Oct 19, 2018

I was told that it is working as intended and that I should use the workaround on Piazza

@BennyAJ BennyAJ closed this Oct 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ruby JSON 1.8.3 is incompatible with Ruby version in Ubuntu 18.04
1 participant