suite
This commit is contained in:
parent
e85881f682
commit
1ac4f2a076
2
Gemfile
2
Gemfile
@ -4,7 +4,7 @@ source 'https://rubygems.org'
|
||||
gem 'rails', '4.0.1'
|
||||
|
||||
|
||||
gem 'bcrypt-ruby', '~> 3.0.0'
|
||||
gem 'bcrypt', '~> 3.1.7'
|
||||
# Use sqlite3 as the database for Active Record
|
||||
#gem 'sqlite3'
|
||||
gem 'mysql2'
|
||||
|
@ -35,7 +35,7 @@ GEM
|
||||
acts_as_tree (1.4.0)
|
||||
activerecord (>= 3.0.0)
|
||||
arel (4.0.2)
|
||||
bcrypt-ruby (3.0.1)
|
||||
bcrypt (3.1.13)
|
||||
builder (3.1.4)
|
||||
capistrano (2.15.5)
|
||||
highline
|
||||
@ -173,7 +173,7 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
acts_as_tree
|
||||
bcrypt-ruby (~> 3.0.0)
|
||||
bcrypt (~> 3.1.7)
|
||||
capistrano
|
||||
carrierwave
|
||||
coffee-rails (~> 4.0.0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user