Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Commit

Permalink
use fork of roadie-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Dec 29, 2014
1 parent dee4f61 commit d49f947
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ gem 'omniauth-myusa', git: 'https://github.com/18F/omniauth-myusa.git'
gem 'pg'
gem 'rack-cors', require: 'rack/cors'
gem 'rails', '~> 4.1.8'
gem 'roadie-rails'
# include https://github.com/Mange/roadie-rails/pull/30
gem 'roadie-rails', git: 'https://github.com/afeld/roadie-rails.git', ref: 'b46da40'
gem 'sass-rails', '>= 3.2'
gem 'settingslogic'
gem 'simple_form_object'
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ GIT
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.0)

GIT
remote: https://github.com/afeld/roadie-rails.git
revision: b46da40e642fb24051c75d06699cf9ba3d4e47bd
ref: b46da40
specs:
roadie-rails (1.0.4)
rails (>= 3.0, < 4.3)
roadie (~> 3.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -189,9 +198,6 @@ GEM
roadie (3.0.2)
css_parser (~> 1.3.4)
nokogiri (~> 1.6.0)
roadie-rails (1.0.4)
rails (>= 3.0, < 4.3)
roadie (~> 3.0)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
Expand Down Expand Up @@ -284,7 +290,7 @@ DEPENDENCIES
rack-cors
railroady
rails (~> 4.1.8)
roadie-rails
roadie-rails!
rspec-rails
sass-rails (>= 3.2)
sdoc
Expand Down

1 comment on commit d49f947

@afeld
Copy link
Contributor Author

@afeld afeld commented on d49f947 Dec 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corresponding PR: Mange/roadie-rails#30.

Please sign in to comment.