Skip to content

Commit

Permalink
Merge pull request #79 from Shopify/centralize_ruby_version
Browse files Browse the repository at this point in the history
Centralize Ruby Version to `.ruby-version`
  • Loading branch information
swalkinshaw authored May 1, 2024
2 parents ad0bede + 9ce8962 commit 160fc3c
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
/spec/reports/
/tmp/
*.gem
Gemfile.lock
/vendor/
3 changes: 0 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
inherit_from:
- http://shopify.github.io/ruby-style-guide/rubocop.yml

AllCops:
TargetRubyVersion: 2.6
69 changes: 69 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
PATH
remote: .
specs:
graphql-metrics (5.0.8)
concurrent-ruby (>= 1.1.0)
graphql (>= 1.12.10)

GEM
remote: https://rubygems.org/
specs:
activesupport (5.1.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
base64 (0.2.0)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.2.3)
diffy (3.4.2)
fakeredis (0.9.2)
redis (~> 4.8)
graphql (2.3.0)
base64
graphql-batch (0.6.0)
graphql (>= 1.12.18, < 3)
promise.rb (~> 0.7.2)
hashdiff (1.1.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
minitest (5.22.3)
minitest-focus (1.4.0)
minitest (>= 4, < 6)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
promise.rb (0.7.4)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
rake (13.1.0)
redis (4.8.1)
ruby2_keywords (0.0.5)
thread_safe (0.3.6)
tzinfo (1.2.11)
thread_safe (~> 0.1)

PLATFORMS
arm64-darwin-23

DEPENDENCIES
activesupport (~> 5.1.5)
diffy
fakeredis
graphql-batch
graphql-metrics!
hashdiff
minitest (~> 5.0)
minitest-focus
mocha
pry
pry-byebug
rake

BUNDLED WITH
2.4.1
2 changes: 2 additions & 0 deletions graphql_metrics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/Shopify/graphql-metrics'
spec.license = "MIT"

spec.required_ruby_version = ">= 2.7"

spec.metadata["allowed_push_host"] = "https://rubygems.org"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
Expand Down

0 comments on commit 160fc3c

Please sign in to comment.