Skip to content

Commit

Permalink
Remove .ruby-version from the repo (don't enforce dev ruby version)
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Apr 8, 2020
1 parent 3e62343 commit aba85fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@

# rspec failure tracking
.rspec_status
.ruby-version
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ source "https://rubygems.org"

gem "graphql", "~> 1.10"

gem "pry"
gem 'coveralls'
gem "pry", require: false
gem "coveralls", require: false

# Specify your gem's dependencies in graphql-guard.gemspec
gemspec

0 comments on commit aba85fc

Please sign in to comment.