Skip to content

Commit

Permalink
revive old sandbox project
Browse files Browse the repository at this point in the history
  • Loading branch information
mose committed Oct 6, 2015
1 parent 61a2d99 commit e142118
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 131 deletions.
1 change: 0 additions & 1 deletion .ruby-gemset

This file was deleted.

2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.1.2
2.2.3
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
rvm: 1.9.3
rvm: 2.2.3
script: "bundle exec rspec spec"
notifications:
email: "mose@mose.tw"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '=4.1.5'
gem 'rails', '=4.2.4'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

Expand All @@ -15,13 +15,13 @@ gem 'ender-rails', git: 'https://github.com/mose/ender-rails.git'
#gem 'ender-rails', path: '../../projects/ender-rails'
gem 'dotenv-rails'

gem 'sass-rails', github: "rails/sass-rails"
gem 'coffee-rails', '~> 4.0.0'
gem 'sass-rails'
gem 'coffee-rails'
gem 'bootstrap-sass'
gem 'haml-rails'
gem 'uglifier', '>= 1.3.0'
gem 'uglifier'

#gem 'rails-i18nterface', path: '../../projects/rails-i18nterface'
#gem 'rails-i18nterface', path: '..//rails-i18nterface'

# To use ActiveModel has_secure_password
#gem 'bcrypt-ruby', git: 'https://github.com/codahale/bcrypt-ruby.git', :require => 'bcrypt'
Expand Down

0 comments on commit e142118

Please sign in to comment.