Skip to content

Commit

Permalink
Correct rake version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenrixon committed Jul 21, 2021
1 parent 76cfc92 commit c0fbf3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ gemspec

LOCAL_GEMS = "Gemfile.local"

gem "appraisal", github: "bibendi/appraisal", branch: "fix/ruby-3"
gem "appraisal"
gem "bundler"
gem "gem-release"
gem "github-markup"
gem "rack-test"
gem "rake"
gem "rake", "13.0.3"
gem "rspec"
gem "rspec-html-matchers"
gem "rspec-its"
Expand Down

0 comments on commit c0fbf3b

Please sign in to comment.