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

Allow any version of bundler < 3 #34

Merged
merged 3 commits into from
Feb 19, 2021
Merged

Allow any version of bundler < 3 #34

merged 3 commits into from
Feb 19, 2021

Conversation

bliof-fc
Copy link
Member

There was some deprecation warning:

[DEPRECATED] `Bundler.with_clean_env` has been deprecated in favor of `Bundler.with_unbundled_env`. If you instead want the environment before bundler was originally loaded, use `Bundler.with_original_env`

There was some deprecation warning:

[DEPRECATED] `Bundler.with_clean_env` has been deprecated in favor of `Bundler.with_unbundled_env`. If you instead want the environment before bundler was originally loaded, use `Bundler.with_original_env`
@bliof-fc bliof-fc force-pushed the allow-newer-bundler branch from 4d4e47a to c0b7029 Compare February 19, 2021 12:52
The json gem requires gcc make libc-dev
@bliof-fc bliof-fc force-pushed the allow-newer-bundler branch from 27af417 to 1919a7b Compare February 19, 2021 13:00
Allows bundle < 3
@@ -1,3 +1,3 @@
module Hellgrid
VERSION = '0.3.4'
VERSION = '0.3.5'

Choose a reason for hiding this comment

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

Suggested change
VERSION = '0.3.5'
VERSION = '0.3.5'.freeze

@bliof-fc bliof-fc merged commit 80b7e16 into master Feb 19, 2021
@bliof-fc bliof-fc deleted the allow-newer-bundler branch February 19, 2021 13:42
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