Skip to content

Commit

Permalink
Gemfile: update Blacklight to 3.7 and Rails to 3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
anarchivist committed Sep 26, 2012
1 parent 9da389b commit f8d8ebc
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 69 deletions.
8 changes: 4 additions & 4 deletions Gemfile
@@ -1,19 +1,19 @@
source 'https://rubygems.org'

gem 'rails', '3.2.2'
gem 'rails', '~> 3.2.8'

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

gem 'sqlite3'
gem 'blacklight', '~> 3.3.1'
gem 'blacklight', '~> 3.7'


# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'sass-rails', '~> 3.2.5'
gem 'coffee-rails', '~> 3.2.2'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer'
Expand Down
131 changes: 66 additions & 65 deletions Gemfile.lock
Expand Up @@ -9,85 +9,85 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.2)
actionpack (= 3.2.2)
mail (~> 2.4.0)
actionpack (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
actionmailer (3.2.8)
actionpack (= 3.2.8)
mail (~> 2.4.4)
actionpack (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
journey (~> 1.0.4)
rack (~> 1.4.0)
rack-cache (~> 1.1)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.2)
activesupport (= 3.2.2)
sprockets (~> 2.1.3)
activemodel (3.2.8)
activesupport (= 3.2.8)
builder (~> 3.0.0)
activerecord (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
activerecord (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
activesupport (3.2.2)
activeresource (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
blacklight (3.3.1)
blacklight (3.7.0)
compass-rails (~> 1.0.0)
compass-susy-plugin (>= 0.9.0)
kaminari
marc (~> 0.4.3)
kaminari (~> 0.13)
marc (>= 0.4.3, < 1.1)
nokogiri (~> 1.5)
rails (~> 3.1)
rsolr (~> 1.0.6)
rsolr-ext (~> 1.0.3)
sass-rails (~> 3.2.0)
sass-rails
unicode
builder (3.0.0)
chunky_png (1.2.5)
builder (3.0.3)
chunky_png (1.2.6)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.2.0)
compass (0.12.1)
coffee-script-source (1.3.3)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
compass-rails (1.0.1)
compass (~> 0.12.0)
compass-rails (1.0.3)
compass (>= 0.12.2, < 0.14)
compass-susy-plugin (0.9)
compass (>= 0.11.1)
curb (0.8.1)
erubis (2.7.0)
execjs (1.3.0)
execjs (1.4.0)
multi_json (~> 1.0)
fssm (0.2.8.1)
fssm (0.2.9)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
jquery-rails (2.0.1)
railties (>= 3.2.0, < 5.0)
i18n (0.6.1)
journey (1.0.4)
jquery-rails (2.1.3)
railties (>= 3.1.0, < 5.0)
thor (~> 0.14)
json (1.6.6)
kaminari (0.13.0)
json (1.7.5)
kaminari (0.14.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
marc (0.4.4)
mime-types (1.18)
multi_json (1.2.0)
nokogiri (1.5.2)
marc (0.5.0)
mime-types (1.19)
multi_json (1.3.6)
nokogiri (1.5.5)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
Expand All @@ -96,62 +96,63 @@ GEM
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.2.2)
actionmailer (= 3.2.2)
actionpack (= 3.2.2)
activerecord (= 3.2.2)
activeresource (= 3.2.2)
activesupport (= 3.2.2)
rails (3.2.8)
actionmailer (= 3.2.8)
actionpack (= 3.2.8)
activerecord (= 3.2.8)
activeresource (= 3.2.8)
activesupport (= 3.2.8)
bundler (~> 1.0)
railties (= 3.2.2)
railties (3.2.2)
actionpack (= 3.2.2)
activesupport (= 3.2.2)
railties (= 3.2.8)
railties (3.2.8)
actionpack (= 3.2.8)
activesupport (= 3.2.8)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
thor (>= 0.14.6, < 2.0)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
rsolr (1.0.7)
rsolr (1.0.8)
builder (>= 2.1.2)
rsolr-ext (1.0.3)
rsolr (>= 1.0.2)
sass (3.1.15)
sass (3.2.1)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sax-machine (0.1.0)
nokogiri (> 0.0.0)
sprockets (2.1.2)
sprockets (2.1.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
thor (0.14.6)
sqlite3 (1.3.6)
thor (0.16.0)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.32)
uglifier (1.2.4)
tzinfo (0.3.33)
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
unicode (0.4.2)
multi_json (~> 1.0, >= 1.0.2)
unicode (0.4.3)

PLATFORMS
ruby

DEPENDENCIES
blacklight (~> 3.3.1)
coffee-rails (~> 3.2.1)
blacklight (~> 3.7)
coffee-rails (~> 3.2.2)
compass-rails (~> 1.0.0)
compass-susy-plugin (~> 0.9.0)
curb
dfxml!
jquery-rails
rails (= 3.2.2)
sass-rails (~> 3.2.3)
rails (~> 3.2.8)
sass-rails (~> 3.2.5)
sqlite3
uglifier (>= 1.0.3)

0 comments on commit f8d8ebc

Please sign in to comment.