-
Notifications
You must be signed in to change notification settings - Fork 12
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
Move all Docker Parts into docker-rails-dev project #137
Closed
chaoticbear
wants to merge
137
commits into
renocollective:master
from
revoltmedia:jfleming/docker-compose-setup
Closed
Move all Docker Parts into docker-rails-dev project #137
chaoticbear
wants to merge
137
commits into
renocollective:master
from
revoltmedia:jfleming/docker-compose-setup
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [byebug](https://github.com/deivid-rodriguez/byebug) from 9.1.0 to 10.0.0. - [Release notes](https://github.com/deivid-rodriguez/byebug/releases/tag/v10.0.0) - [Changelog](https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md) - [Commits](deivid-rodriguez/byebug@v9.1.0...v10.0.0)
… jfleming/docker-compose-setup
Related: #88 |
…bundler/byebug-10.0.0 Bump byebug from 9.1.0 to 10.0.0
Bumps [uglifier](https://github.com/lautis/uglifier) from 3.2.0 to 4.1.5. - [Changelog](https://github.com/lautis/uglifier/blob/master/CHANGELOG.md) - [Commits](lautis/uglifier@v3.2.0...v4.1.5)
…bundler/uglifier-4.1.5 Bump uglifier from 3.2.0 to 4.1.5
Bumps [puma](https://github.com/puma/puma) from 3.11.0 to 3.11.2. - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v3.11.0...v3.11.2)
…bundler/puma-3.11.2 Bump puma from 3.11.0 to 3.11.2
Bumps [license_finder](https://github.com/pivotal/LicenseFinder) from 4.0.2 to 5.0.0. - [Release notes](https://github.com/pivotal/LicenseFinder/releases/tag/v5.0.0) - [Changelog](https://github.com/pivotal/LicenseFinder/blob/master/CHANGELOG.md) - [Commits](pivotal/LicenseFinder@v4.0.2...v5.0.0)
…bundler/license_finder-5.0.0 Bump license_finder from 4.0.2 to 5.0.0
Bumps [turbolinks](https://github.com/turbolinks/turbolinks) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/turbolinks/turbolinks/releases) - [Commits](turbolinks/turbolinks@v5.0.1...v5.1.0)
…bundler/turbolinks-5.1.0 Bump turbolinks from 5.0.1 to 5.1.0
Bumps [capybara](https://github.com/teamcapybara/capybara) from 2.16.1 to 2.17.0. - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](teamcapybara/capybara@2.16.1...2.17.0)
…bundler/capybara-2.17.0 Bump capybara from 2.16.1 to 2.17.0
Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 1.2.1 to 1.2.2. - [Changelog](https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md) - [Commits](carrierwaveuploader/carrierwave@v1.2.1...v1.2.2)
…bundler/carrierwave-1.2.2 Bump carrierwave from 1.2.1 to 1.2.2
Bumps [rubocop](https://github.com/bbatsov/rubocop) from 0.51.0 to 0.52.1. - [Release notes](https://github.com/bbatsov/rubocop/releases) - [Changelog](https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.51.0...v0.52.1)
…bundler/rubocop-0.52.1 Bump rubocop from 0.51.0 to 0.52.1
Bumps [rails](https://github.com/rails/rails) from 5.1.4 to 5.1.5. - [Commits](rails/rails@v5.1.4...v5.1.5)
…bundler/rails-5.1.5 Bump rails from 5.1.4 to 5.1.5
Bumps [pg](https://bitbucket.org/ged/ruby-pg) from 0.21.0 to 1.0.0. - [Changelog](https://bitbucket.org/ged/ruby-pg/src/master/History.rdoc) - [Commits](https://bitbucket.org/ged/ruby-pg/branches/compare/v1.0.0..v0.21.0)
…bundler/pg-1.0.0 Bump pg from 0.21.0 to 1.0.0
Edit development setup instructions in README
…age-check Add Codeclimate test coverage reporting to close renocollective#70
…e_gem Add administrate gem for admin dashboard
Allow only admin to invite members
…a/member-portal into jfleming/docker-compose-setup
We can keep the Docker stuff in a different repository but this PR shouldn't be merged as it somehow has all of the commit history from the project attached to it, not just the changes required for docker. |
We're going to revisit this in a future version. This PR has a full history of commits from the project which will mess up the git history. Deferring to future PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request goes along with renocollective/docker-rails-dev#6
All docker parts should now live in the docker-rails-dev project.