Skip to content

Commit

Permalink
Persist ruby dev dependency (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido authored Feb 11, 2025
1 parent 61686d0 commit 8fb8c3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/ruby/faraday/templates/Gemfile.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ group :development, :test do
gem 'rake', '~> 13.0.1'
gem 'pry-byebug'
gem 'rubocop', '~> 0.66.0'
gem 'rubyzip', '~> 2.3.2' {{! Added dependency }}
end

gem "faraday-follow_redirects", "~> 0.3.0" {{! Added dependency }}

0 comments on commit 8fb8c3e

Please sign in to comment.