aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
blob: 71548920867421a6a1e6062fa859a7d1665ff6e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source "https://rubygems.org"

git_source(:github) { |repo_path| "https://github.com/#{repo_path}.git" }

gemspec

gem "activesupport", github: "rails/rails"
gem "activerecord", github: "rails/rails"
gem "actionpack", github: "rails/rails"
gem "activejob", github: "rails/rails"

gem "rake"
gem "byebug"

gem "sqlite3"
gem "httparty"

gem "aws-sdk", "~> 2", require: false
gem "google-cloud-storage", "~> 1.3", require: false

gem "rubocop", require: false