Skip to content
This repository was archived by the owner on May 29, 2020. It is now read-only.

Commit 7de3700

Browse files
committed
update gems to latest
1 parent 7e7359c commit 7de3700

File tree

8 files changed

+314
-240
lines changed

8 files changed

+314
-240
lines changed

Gemfile

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
source 'https://rubygems.org'
2-
ruby "2.0.0"
2+
ruby "2.1.1"
33

44
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5-
gem 'rails', '4.0.0.rc1'
5+
gem 'rails', '~> 4'
66

77
gem 'pg'
88

@@ -39,7 +39,7 @@ gem 'bcrypt-ruby'
3939
# gem 'debugger'
4040

4141
gem 'activerecord-session_store'
42-
gem "exception_notification", github: "smartinez87/exception_notification"
42+
gem "exception_notification"
4343
gem "haml-rails"
4444
gem "simple_form"
4545
gem "kaminari"
@@ -48,9 +48,10 @@ gem 'faker'
4848
gem "cancan", :git => "git://github.com/ryanb/cancan.git", :branch => "2.0"
4949
gem 'therubyracer'
5050
gem "less-rails"
51-
gem "twitter-bootstrap-rails", github: 'seyhunak/twitter-bootstrap-rails'
51+
gem "twitter-bootstrap-rails"
52+
gem 'font-awesome-less'
5253
gem "jquery-ui-rails"
53-
gem "ransack", github: 'ernie/ransack', branch: "rails-4"
54+
gem "ransack"
5455
gem 'memcachier'
5556
gem 'dalli'
5657

@@ -70,8 +71,6 @@ group :development, :test do
7071
gem 'ci_reporter'
7172
gem 'simplecov'
7273
gem 'simplecov-rcov'
73-
gem 'spork-rails', github: 'railstutorial/spork-rails'
74-
gem 'guard-spork'
7574
gem 'guard-rspec'
7675
end
7776

0 commit comments

Comments
 (0)