mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Remove commit_param_routing Gem
This Gem was only used for certain sample controller actions.
This commit is contained in:
parent
12dd9c9b5c
commit
a568d39f4c
2 changed files with 0 additions and 3 deletions
1
Gemfile
1
Gemfile
|
@ -55,7 +55,6 @@ gem 'aspector' # Aspect-oriented programming for Rails
|
||||||
gem 'auto_strip_attributes', '~> 2.1' # Removes unnecessary whitespaces AR
|
gem 'auto_strip_attributes', '~> 2.1' # Removes unnecessary whitespaces AR
|
||||||
gem 'bcrypt', '~> 3.1.10'
|
gem 'bcrypt', '~> 3.1.10'
|
||||||
gem 'caracal-rails' # Build docx report
|
gem 'caracal-rails' # Build docx report
|
||||||
gem 'commit_param_routing' # Enables different submit actions in the same form
|
|
||||||
gem 'deface', '~> 1.0'
|
gem 'deface', '~> 1.0'
|
||||||
gem 'delayed_paperclip',
|
gem 'delayed_paperclip',
|
||||||
git: 'https://github.com/jrgifford/delayed_paperclip.git',
|
git: 'https://github.com/jrgifford/delayed_paperclip.git',
|
||||||
|
|
|
@ -177,7 +177,6 @@ GEM
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.12.2)
|
coffee-script-source (1.12.2)
|
||||||
commit_param_routing (0.0.1)
|
|
||||||
concurrent-ruby (1.1.5)
|
concurrent-ruby (1.1.5)
|
||||||
crack (0.4.3)
|
crack (0.4.3)
|
||||||
safe_yaml (~> 1.0.0)
|
safe_yaml (~> 1.0.0)
|
||||||
|
@ -592,7 +591,6 @@ DEPENDENCIES
|
||||||
capybara
|
capybara
|
||||||
capybara-email
|
capybara-email
|
||||||
caracal-rails
|
caracal-rails
|
||||||
commit_param_routing
|
|
||||||
cucumber-rails (~> 1.5)
|
cucumber-rails (~> 1.5)
|
||||||
database_cleaner
|
database_cleaner
|
||||||
deface (~> 1.0)
|
deface (~> 1.0)
|
||||||
|
|
Loading…
Reference in a new issue