source 'https://rubygems.org'

gem 'rake'
gem 'rspec'

# If you update the dependency version here, also update
# the version in union_station_hooks_rails.gemspec
# and union_station_hooks_rails.rb method
# `require_and_check_union_station_hooks_core`.
gem 'union_station_hooks_core', '~> 2.0.4'

group :notravis do
  gem 'rubocop'
end
