Skip to content

Commit

Permalink
2343: Pull roo.rb from Github until a new release is available
Browse files Browse the repository at this point in the history
Picks up the changes from roo-rb/roo#224
  • Loading branch information
md5 committed Jul 6, 2015
1 parent 001db1d commit aaceb3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ gem "recaptcha", :require => "recaptcha/rails"
# XLS support
gem 'axlsx', '~> 2.1.0.pre'
gem 'axlsx_rails'
gem 'roo'
gem 'roo', github: 'roo-rb/roo', ref: 'c796bfc7992f910751054e537feb8f2247f197d7'

gem 'therubyracer', platforms: :ruby

Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ GIT
jquery-rails
railties

GIT
remote: git://github.com/roo-rb/roo.git
revision: c796bfc7992f910751054e537feb8f2247f197d7
ref: c796bfc7992f910751054e537feb8f2247f197d7
specs:
roo (2.0.1)
nokogiri (~> 1)
rubyzip (~> 1.1, < 2.0.0)

GIT
remote: git://github.com/sassafrastech/rack-attack.git
revision: 97e37abd881ba290034cbb15e92aabedd264ad6b
Expand Down Expand Up @@ -268,9 +277,6 @@ GEM
reverse_markdown (0.8.1)
nokogiri
riddle (1.5.11)
roo (2.0.1)
nokogiri (~> 1)
rubyzip (~> 1.1, < 2.0.0)
rspec-collection_matchers (1.1.2)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.2.2)
Expand Down Expand Up @@ -422,7 +428,7 @@ DEPENDENCIES
recaptcha
responders (~> 2.0)
reverse_markdown
roo
roo!
rspec-collection_matchers
rspec-rails (~> 3.0)
sass-rails (~> 4.0.2)
Expand Down

0 comments on commit aaceb3e

Please sign in to comment.