Skip to content

Commit

Permalink
upgrading
Browse files Browse the repository at this point in the history
Former-commit-id: 8d0adbb8137b9aa403b2ec54db5f52ea90007bff [formerly c12cbbadeda0f4ba869c19af1bce580c3076f406] [formerly f679466667bab2f56198bfec631565601b272aa4 [formerly f679466667bab2f56198bfec631565601b272aa4 [formerly 92da146eb81d7260fd9db2bb9fefac33777a4ae1]]]
Former-commit-id: 7a36ba94003095133842cad8ade740013819dc98 [formerly 5d41bfb3cd2275eff7d3d2e207c970b1ccd5425f]
Former-commit-id: 9a6f0657e857028bb422843ab11a2f072bd4ba24
Former-commit-id: d03f756
  • Loading branch information
tkriplean committed Dec 13, 2013
1 parent d687913 commit 1626f5d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ group :assets do
gem 'coffee-rails', "~> 3.2.2"
gem 'uglifier'
gem "asset_sync"
gem 'compass', '>= 0.13.alpha.0'
gem 'compass', '0.13.alpha.12'
gem 'compass-rails', '>= 1.0.2'
gem 'sassy-buttons'
#gem 'turbo-sprockets-rails3'
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ GEM
activemodel
fog (>= 1.8.0)
atomic (1.1.14)
aws-sdk (1.29.0)
aws-sdk (1.30.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
uuidtools (~> 2.1)
Expand Down Expand Up @@ -135,8 +135,8 @@ GEM
json
listen (~> 1.1.0)
sass (~> 3.3.0.rc.1)
compass-rails (1.0.3)
compass (>= 0.12.2, < 0.14)
compass-rails (1.1.2)
compass (>= 0.12.2)
css_parser (1.3.5)
addressable
daemons (1.1.9)
Expand Down Expand Up @@ -175,15 +175,15 @@ GEM
font-awesome-rails (3.2.1.3)
railties (>= 3.2, < 5.0)
formatador (0.2.4)
fspath (2.0.5)
fspath (2.0.6)
haml (4.0.4)
tilt
hashie (2.0.5)
hike (1.2.3)
htmlentities (4.3.1)
http (0.5.0)
http_parser.rb
http_parser.rb (0.5.3)
http_parser.rb (0.6.0)
httpauth (0.2.0)
i18n (0.6.9)
image_optim (0.9.1)
Expand All @@ -201,7 +201,7 @@ GEM
jquery-ui-rails (3.0.1)
jquery-rails
railties (>= 3.1.0)
js-routes (0.9.4)
js-routes (0.9.6)
rails (>= 3.2)
json (1.8.1)
jwt (0.1.8)
Expand Down Expand Up @@ -234,7 +234,7 @@ GEM
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.7.0)
newrelic_rpm (3.6.9.171)
newrelic_rpm (3.7.0.177)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
oauth (0.4.7)
Expand All @@ -244,7 +244,7 @@ GEM
jwt (~> 0.1.4)
multi_json (~> 1.0)
rack (~> 1.2)
oj (2.2.3)
oj (2.4.1)
omniauth (1.1.4)
hashie (>= 1.2, < 3)
rack
Expand All @@ -264,9 +264,9 @@ GEM
omniauth-oauth (~> 1.0)
open4 (1.3.0)
orm_adapter (0.5.0)
paper_trail (2.7.2)
activerecord (~> 3.0)
railties (~> 3.0)
paper_trail (3.0.0)
activerecord (>= 3.0, < 5.0)
activesupport (>= 3.0, < 5.0)
paperclip (3.5.2)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -355,7 +355,7 @@ GEM
sassy-buttons (0.2.6)
compass (>= 0.12.2)
simple_oauth (0.2.0)
sitemap_generator (4.3.0)
sitemap_generator (4.3.1)
builder
sprockets (2.2.2)
hike (~> 1.2)
Expand All @@ -376,19 +376,19 @@ GEM
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
twitter (5.1.1)
twitter (5.2.0)
addressable (~> 2.3)
buftok (~> 0.2.0)
descendants_tracker (~> 0.0.1)
equalizer (~> 0.0.7)
equalizer (~> 0.0.7, != 0.0.8)
faraday (>= 0.8, < 0.10)
http (~> 0.5.0)
http_parser.rb (~> 0.5.0)
http_parser.rb (~> 0.6.0)
json (~> 1.8)
memoizable (~> 0.2.0)
simple_oauth (~> 0.2.0)
tzinfo (0.3.38)
uglifier (2.3.2)
uglifier (2.3.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
uuidtools (2.1.4)
Expand All @@ -415,7 +415,7 @@ DEPENDENCIES
cancan
coffee-rails (~> 3.2.2)
commentable!
compass (>= 0.13.alpha.0)
compass (= 0.13.alpha.12)
compass-rails (>= 1.0.2)
daemons
dalli
Expand Down

0 comments on commit 1626f5d

Please sign in to comment.