Skip to content

Commit

Permalink
Update gemfile version
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe committed Jul 29, 2024
1 parent 27d6885 commit 0fca07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/templates/common/gemfile.tt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ gem 'rubocop'
<%- if rspec? -%>
gem 'rubocop-rspec'
<%- end -%>
gem 'ruby_raider', '~> 1.0.3'
gem 'ruby_raider', '~> 1.0.4'
<%= ERB.new(File.read(File.expand_path('./partials/automation_gems.tt', __dir__))).result(binding).strip! %>

0 comments on commit 0fca07a

Please sign in to comment.