Commits on Source (5)
-
Eric Rasmussen authored
-
Eric Rasmussen authored
-
Eric Rasmussen authored
-
Eric Rasmussen authored
-
Eric Rasmussen authored
Showing
- Gemfile 3 additions, 1 deletionGemfile
- Gemfile.lock 62 additions, 66 deletionsGemfile.lock
- Gemfile.lock.centos6 162 additions, 0 deletionsGemfile.lock.centos6
- README.md 10 additions, 1 deletionREADME.md
- app.rb 3 additions, 4 deletionsapp.rb
- views/template_partials/footer.erb 2 additions, 2 deletionsviews/template_partials/footer.erb
source "https://rubygems.org" | source "https://rubygems.org" | ||
ruby '2.6.5' | #ruby '2.6.5' | ||
gem 'sinatra' | gem 'sinatra' | ||
gem 'sinatra-contrib' | gem 'sinatra-contrib' | ||
... | @@ -13,6 +13,8 @@ gem 'rest-client' | ... | @@ -13,6 +13,8 @@ gem 'rest-client' |
gem 'rack', '2.2.3' | gem 'rack', '2.2.3' | ||
gem 'rack-cas' | gem 'rack-cas' | ||
gem 'icalendar' | gem 'icalendar' | ||
gem 'json' | |||
gem 'bigdecimal' | |||
group :development do | group :development do | ||
gem 'shotgun' | gem 'shotgun' | ||
... | ... |
Gemfile.lock.centos6
0 → 100644