Skip to content

Commit

Permalink
Update gemfile to be less specific
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Dec 5, 2023
1 parent 500245b commit b1a4f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ source "https://rubygems.org"
# Specify your gem's dependencies in twirp-rails.gemspec
gemspec

gem "rake", "~> 13.0"
gem "rake"

gem "debug"
gem "rspec-rails", "~> 3.0"
gem "rspec-rails"
gem "sqlite3"
gem "standard", "~> 1.3"
gem "standard"

0 comments on commit b1a4f5f

Please sign in to comment.