Skip to content

bumps rails, other gems to new versions - #77

Merged
jduss4 merged 2 commits into
masterfrom
update
Jan 12, 2018
Merged

bumps rails, other gems to new versions#77
jduss4 merged 2 commits into
masterfrom
update

Conversation

@jduss4

@jduss4 jduss4 commented Jan 11, 2018

Copy link
Copy Markdown
Contributor

we really gotta figure out a better way to indicate api version
than in a config file that isn't checked into the repo!

we really gotta figure out a better way to indicate api version
than in a config file that isn't checked into the repo!
Comment thread Gemfile Outdated
# using rest-client because I've had far more luck than the
# stlib net/http
gem 'rest-client'
gem 'rest-client', '~> 2.1.0.rc1'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This looks like what we want. I saw their point-releases have breaking changes sometimes so we want 2.1.x releases only. I'm not sure how this handles the rc1 at the end though and couldn't find it in the bundler.io docs. Could you double-check this constraint will give us 2.1.x releases but no 2.2.x or greater?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Can do

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Found more info in the RubyGems documentation. TIL: twiddle-wakka

http://guides.rubygems.org/patterns/#pessimistic-version-constraint

@jduss4
jduss4 merged commit 5cfc405 into master Jan 12, 2018
@jduss4
jduss4 deleted the update branch January 12, 2018 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants