Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Bump activesupport from 3.0.20 to 4.1.16 in /compass-style.org #13

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compass-style.org/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem 'nokogiri'
gem 'coderay'
gem 'haml'
gem 'rake'
gem 'activesupport', '~> 3.0.10', :require => 'active_support/inflector'
gem 'activesupport', '~> 4.1.16', :require => 'active_support/inflector'
gem 'sass', "~> 3.3.0"
gem 'compass', :path => ".."
gem 'susy'
Expand Down
25 changes: 17 additions & 8 deletions compass-style.org/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,31 @@ PATH
compass (1.0.1)
chunky_png (~> 1.2)
compass-core (~> 1.0.1)
compass-import-once (~> 1.0.5)
compass-import-once (~> 1.0.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
sass (>= 3.3.13, < 3.5)
compass-core (1.0.1)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)

GEM
remote: https://rubygems.org/
specs:
activesupport (3.0.20)
activesupport (4.1.16)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
adsf (1.2.0)
rack (>= 1.0.0)
builder (3.2.2)
chunky_png (1.3.1)
chunky_png (1.4.0)
coderay (1.1.0)
colored (1.2)
compass-core (1.0.3)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
cri (2.6.1)
colored (~> 1.2)
css-slideshow (0.2.0)
Expand All @@ -45,7 +50,8 @@ GEM
json (1.8.1)
mime-types (2.3)
mini_portile (0.6.0)
multi_json (1.10.1)
minitest (5.17.0)
multi_json (1.15.0)
nanoc (3.4.3)
cri (~> 2.2)
nokogiri (1.6.3.1)
Expand All @@ -64,13 +70,16 @@ GEM
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
thor (0.19.1)
thread_safe (0.3.6)
tilt (2.0.1)
tzinfo (1.2.10)
thread_safe (~> 0.1)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 3.0.10)
activesupport (~> 4.1.16)
adsf
builder
coderay
Expand Down