source 'http://rubygems.org'
gem 'sinatra'
gem 'sinatra-reloader'
gem "sinatra-activerecord"
gem 'activerecord', '~> 5.2.0'
gem 'sqlite3'
gem "rake"
$ bundle update
Fetching gem metadata from http://rubygems.org/..........
Resolving dependencies...
Using rake 12.3.3
Using concurrent-ruby 1.1.5
Using i18n 1.6.0
Using minitest 5.11.3
Using thread_safe 0.3.6
Using tzinfo 1.2.5
Fetching activesupport 5.2.3 (was 6.0.0)
Installing activesupport 5.2.3 (was 6.0.0)
Fetching activemodel 5.2.3 (was 6.0.0)
Installing activemodel 5.2.3 (was 6.0.0)
Fetching arel 9.0.0
Installing arel 9.0.0
Fetching activerecord 5.2.3 (was 6.0.0)
Installing activerecord 5.2.3 (was 6.0.0)
Using backports 3.15.0
Using bundler 1.17.3
Using multi_json 1.13.1
Using mustermann 1.0.3
はじめに
2019/09/02 現在の情報
対象
対応
source 'http://rubygems.org'
gem 'sinatra'
gem 'sinatra-reloader'
gem "sinatra-activerecord"
gem 'activerecord', '~> 5.2.0'
gem 'sqlite3'
gem "rake"
$ bundle update
Fetching gem metadata from http://rubygems.org/..........
Resolving dependencies...
Using rake 12.3.3
Using concurrent-ruby 1.1.5
Using i18n 1.6.0
Using minitest 5.11.3
Using thread_safe 0.3.6
Using tzinfo 1.2.5
Fetching activesupport 5.2.3 (was 6.0.0)
Installing activesupport 5.2.3 (was 6.0.0)
Fetching activemodel 5.2.3 (was 6.0.0)
Installing activemodel 5.2.3 (was 6.0.0)
Fetching arel 9.0.0
Installing arel 9.0.0
Fetching activerecord 5.2.3 (was 6.0.0)
Installing activerecord 5.2.3 (was 6.0.0)
Using backports 3.15.0
Using bundler 1.17.3
Using multi_json 1.13.1
Using mustermann 1.0.3