Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Setup rspec-rails and rotp #1

Merged
merged 6 commits into from Nov 16, 2018
Merged

Setup rspec-rails and rotp #1

merged 6 commits into from Nov 16, 2018

Conversation

jaspervanbrian
Copy link
Contributor

No description provided.

s.license = "MIT"

s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency "rails", "~> 5.2.1"
s.add_dependency "rotp"
s.add_dependency "addressable", "~> 2.5.2"
Copy link
Contributor

Choose a reason for hiding this comment

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

We should make this less strict so that if this is installed in an existing Rails app, it'll be less likely to fight with other versions:

Suggested change
s.add_dependency "addressable", "~> 2.5.2"
s.add_dependency "addressable"

We can just add versions when we know a some versions will not work with out code base.

@jaspervanbrian jaspervanbrian merged commit e85825b into bloom-solutions:master Nov 16, 2018
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.

None yet

2 participants