mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
Add sorbet to the Gemfile
This commit is contained in:
parent
09a380a475
commit
4e349b59d0
2 changed files with 13 additions and 3 deletions
6
Gemfile
6
Gemfile
|
|
@ -23,7 +23,7 @@ gem 'jquery-ui-rails' , '~>5.0.5'
|
||||||
# always possible on all platforms
|
# always possible on all platforms
|
||||||
# Alternatively use --without <group> arguments to bundler to not install that group
|
# Alternatively use --without <group> arguments to bundler to not install that group
|
||||||
gem "sqlite3", group: :sqlite
|
gem "sqlite3", group: :sqlite
|
||||||
gem "mysql2", "~> 0.5.2", group: :mysql
|
gem "mysql2", "~> 0.5", group: :mysql
|
||||||
|
|
||||||
gem "RedCloth"
|
gem "RedCloth"
|
||||||
gem "sanitize", "~> 5.0"
|
gem "sanitize", "~> 5.0"
|
||||||
|
|
@ -49,6 +49,9 @@ gem 'chartjs-ror', :git => 'git://github.com/ZeiP/chartjs-ror.git'
|
||||||
gem "bootstrap-sass", "3.4.1"
|
gem "bootstrap-sass", "3.4.1"
|
||||||
gem "font-awesome-sass", "~> 4.5.0"
|
gem "font-awesome-sass", "~> 4.5.0"
|
||||||
|
|
||||||
|
# Type checking
|
||||||
|
gem "sorbet-runtime"
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem "spring"
|
gem "spring"
|
||||||
gem "yard"
|
gem "yard"
|
||||||
|
|
@ -57,6 +60,7 @@ group :development do
|
||||||
|
|
||||||
gem "bullet"
|
gem "bullet"
|
||||||
gem "rack-mini-profiler"
|
gem "rack-mini-profiler"
|
||||||
|
gem "sorbet"
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
|
|
||||||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -236,6 +236,10 @@ GEM
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
simplecov-html (0.10.2)
|
simplecov-html (0.10.2)
|
||||||
|
sorbet (0.4.5133)
|
||||||
|
sorbet-static (= 0.4.5133)
|
||||||
|
sorbet-runtime (0.4.5133)
|
||||||
|
sorbet-static (0.4.5133-universal-darwin-14)
|
||||||
spring (2.1.0)
|
spring (2.1.0)
|
||||||
sprockets (3.7.2)
|
sprockets (3.7.2)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
|
|
@ -294,7 +298,7 @@ DEPENDENCIES
|
||||||
listen
|
listen
|
||||||
minitest-stub-const
|
minitest-stub-const
|
||||||
mocha
|
mocha
|
||||||
mysql2 (~> 0.5.2)
|
mysql2 (~> 0.5)
|
||||||
paperclip
|
paperclip
|
||||||
puma (~> 4.1)
|
puma (~> 4.1)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
|
|
@ -308,6 +312,8 @@ DEPENDENCIES
|
||||||
sass-rails (~> 5.0)
|
sass-rails (~> 5.0)
|
||||||
selenium-webdriver (~> 3.142)
|
selenium-webdriver (~> 3.142)
|
||||||
simplecov
|
simplecov
|
||||||
|
sorbet
|
||||||
|
sorbet-runtime
|
||||||
spring
|
spring
|
||||||
sqlite3
|
sqlite3
|
||||||
therubyracer
|
therubyracer
|
||||||
|
|
@ -317,4 +323,4 @@ DEPENDENCIES
|
||||||
yard
|
yard
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.0.1
|
2.0.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue