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

Test with github action & ruby 3 #468

Merged
merged 2 commits into from
Jan 29, 2021
Merged

Test with github action & ruby 3 #468

merged 2 commits into from
Jan 29, 2021

Conversation

marocchino
Copy link
Member

No description provided.

@marocchino marocchino force-pushed the change-travis-to-action branch 2 times, most recently from 1fab3a8 to 6a6f426 Compare January 29, 2021 20:57
@marocchino marocchino changed the title Test with github action Test with github action & ruby 3 Jan 29, 2021
@@ -42,7 +42,7 @@ def check_format!(format)
def download_file(url)
file = Tempfile.new('ffaker_image')
file.binmode
file << Kernel.open(url).read
file << URI.open(url).read
Copy link
Member Author

Choose a reason for hiding this comment

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

@rstacruz
Copy link
Contributor

Hey mate... All these changes are looking great! :)

@marocchino marocchino merged commit 357103f into main Jan 29, 2021
@marocchino marocchino deleted the change-travis-to-action branch January 29, 2021 21:38
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