Gemfile in mock_graphql_ai-1.0.1 vs Gemfile in mock_graphql_ai-1.0.2
- old
+ new
@@ -1,3 +1,7 @@
source 'http://rubygems.org'
+group :test do
+ gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
+end
+
gemspec
\ No newline at end of file