react-native-test-app/Gemfile

9 строки
160 B
Ruby

# frozen_string_literal: true
source 'https://rubygems.org' do
gem 'minitest'
gem 'rubocop', require: false
gem 'rubocop-minitest'
gem 'xcodeproj'
end