Skip to content

Commit

Permalink
feat: 🎸 必要な Gemfile を追加した (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer authored Jun 17, 2022
1 parent 2486fd7 commit bcf4e8c
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 7 deletions.
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.1.2'

gem 'bootsnap', require: false
gem 'bugsnag'
gem 'dotenv-rails'
gem 'faraday', '1.10.0' # 'google-cloud-language' が使えるように
gem 'google-api-client'
gem 'google-cloud-language'
gem 'paper_trail'
gem 'pg'
gem 'puma'
gem 'rails'
Expand All @@ -16,3 +20,7 @@ group :development, :test do
gem 'rspec-rails', require: false
gem 'rubocop-rails', require: false
end

group :test do
gem 'factory_bot_rails'
end
83 changes: 76 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ GEM
bootsnap (1.12.0)
msgpack (~> 1.2)
buftok (0.2.0)
bugsnag (6.24.2)
concurrent-ruby (~> 1.0)
builder (3.2.4)
concurrent-ruby (1.1.10)
crass (1.0.6)
Expand All @@ -89,21 +91,52 @@ GEM
railties (>= 3.2)
equalizer (0.0.11)
erubi (1.10.0)
faraday (2.3.0)
faraday-net_http (~> 2.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faraday (1.10.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.3)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.15.5)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
gapic-common (0.9.0)
faraday (~> 1.3)
google-protobuf (~> 3.14)
googleapis-common-protos (>= 1.3.11, < 2.a)
googleapis-common-protos-types (>= 1.0.6, < 2.a)
googleauth (>= 0.17.0, < 2.a)
grpc (~> 1.36)
gems (1.2.0)
globalid (1.0.0)
activesupport (>= 5.0)
google-api-client (0.53.0)
google-apis-core (~> 0.1)
google-apis-generator (~> 0.1)
google-apis-core (0.5.0)
google-apis-core (0.6.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
Expand All @@ -112,21 +145,47 @@ GEM
retriable (>= 2.0, < 4.a)
rexml
webrick
google-apis-discovery_v1 (0.8.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-generator (0.5.0)
google-apis-discovery_v1 (0.9.0)
google-apis-core (>= 0.5, < 2.a)
google-apis-generator (0.6.0)
activesupport (>= 5.0)
gems (~> 1.2)
google-apis-core (>= 0.5, < 2.a)
google-apis-discovery_v1 (~> 0.5)
thor (>= 0.20, < 2.a)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.2.0)
google-cloud-language (1.3.4)
google-cloud-core (~> 1.6)
google-cloud-language-v1 (>= 0.4, < 2.a)
google-cloud-language-v1beta2 (>= 0.4, < 2.a)
google-cloud-language-v1 (0.4.5)
gapic-common (>= 0.7, < 2.a)
google-cloud-errors (~> 1.0)
google-cloud-language-v1beta2 (0.4.5)
gapic-common (>= 0.7, < 2.a)
google-cloud-errors (~> 1.0)
google-protobuf (3.21.1-x86_64-linux)
googleapis-common-protos (1.3.12)
google-protobuf (~> 3.14)
googleapis-common-protos-types (~> 1.2)
grpc (~> 1.27)
googleapis-common-protos-types (1.3.1)
google-protobuf (~> 3.14)
googleauth (1.1.3)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
grpc (1.46.3-x86_64-linux)
google-protobuf (~> 3.19)
googleapis-common-protos-types (~> 1.0)
http (4.4.1)
addressable (~> 2.3)
http-cookie (~> 1.0)
Expand Down Expand Up @@ -179,6 +238,9 @@ GEM
nokogiri (1.13.6-x86_64-linux)
racc (~> 1.4)
os (1.1.4)
paper_trail (12.3.0)
activerecord (>= 5.2)
request_store (~> 1.1)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -225,6 +287,8 @@ GEM
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
request_store (1.5.1)
rack (>= 1.4)
retriable (3.1.2)
rexml (3.2.5)
rspec-core (3.11.0)
Expand Down Expand Up @@ -301,9 +365,14 @@ PLATFORMS

DEPENDENCIES
bootsnap
bugsnag
debug
dotenv-rails
factory_bot_rails
faraday (= 1.10.0)
google-api-client
google-cloud-language
paper_trail
pg
puma
rails
Expand Down

0 comments on commit bcf4e8c

Please sign in to comment.