1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17source('https://rubygems.org') # Provides a consistent environment for Ruby projects by tracking and installing exact gem versions. gem 'bundler' # Automation tool for mobile developers. gem 'fastlane', '>= 2.225.0' # A simple task automation tool. gem 'rake' # Behavior-driven testing tool for Ruby. gem 'rspec', '~> 3.13.0' # Formatter for RSpec to generate JUnit compatible reports. gem 'rspec_junit_formatter' gem 'webmock', '~> 3.24.0' gemspec