merged initial codebase
[smr.git] / gui / Gemfile
blob74a0a4a4ff6872b852df9df02118ecfc170ec498
1 # A sample Gemfile
2 source 'https://rubygems.org'
4 gem 'rails'
5 gem 'mysql2'
6 gem 'activerecord-mysql-adapter'
7 gem 'thin'       # better than the webrick HTTP server!
9 # authentication
10 gem 'bcrypt-ruby', '~> 3.1.2'
12 # staff used in helpers, mainly for formatting
13 gem 'percentage', '~> 1.0.0'  # http://github.com/timcraft/percentage