Skip to content

Commit

Permalink
- Update various gems
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed May 17, 2015
1 parent 18706f6 commit f5208d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ gem 'arel'
gem 'jquery-rails'

gem 'sprockets-rails', '3.0.0.beta1'
gem 'sass-rails', '>= 3.2'
gem 'uglifier', '>= 1.0.3'
gem 'sass-rails', '>= 5.0.3'
gem 'uglifier', '>= 2.7.1'

# database
gem 'pg'
Expand All @@ -18,7 +18,7 @@ gem 'pg'
gem 'sprockets-strict-mode'

# for building JSON
gem 'jbuilder', '~> 1.2'
gem 'jbuilder', '>= 2.2.13'

# for authentication
gem 'devise', '3.4.1'
Expand All @@ -30,7 +30,7 @@ gem 'devise-async', github: 'mhfs/devise-async'
gem 'delayed_job_active_record'

# web interface for delayed job
gem 'delayed_job_web', '>= 1.2.0'
gem 'delayed_job_web', '>= 1.2.10'

# For starting Delayed job background process
gem 'daemons'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ GEM
has_scope (~> 0.6.0.rc)
railties (>= 3.2, < 5)
responders
jbuilder (1.5.3)
activesupport (>= 3.0.0)
multi_json (>= 1.2.0)
jbuilder (2.2.13)
activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2)
jquery-rails (4.0.3)
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
Expand Down Expand Up @@ -241,7 +241,7 @@ GEM
ruby_parser (3.6.4)
sexp_processor (~> 4.1)
sass (3.4.13)
sass-rails (5.0.1)
sass-rails (5.0.3)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
Expand Down Expand Up @@ -307,7 +307,7 @@ DEPENDENCIES
carrierwave
daemons
delayed_job_active_record
delayed_job_web (>= 1.2.0)
delayed_job_web (>= 1.2.10)
devise (= 3.4.1)
devise-async!
email_prefixer
Expand All @@ -316,21 +316,21 @@ DEPENDENCIES
haml-rails
handy
honeybadger
jbuilder (~> 1.2)
jbuilder (>= 2.2.13)
jquery-rails
mail_interceptor!
minitest-reporters
pg
quiet_assets
rails (= 4.2.1)
rails_12factor
sass-rails (>= 3.2)
sass-rails (>= 5.0.3)
simple_form
simplecov
spring
sprockets-rails (= 3.0.0.beta1)
sprockets-strict-mode
thin
uglifier (>= 1.0.3)
uglifier (>= 2.7.1)
unicorn
web-console (~> 2.0)

0 comments on commit f5208d1

Please sign in to comment.