Remove OpenFest engine from Gemfile
This commit is contained in:
parent
3fd7cb79a8
commit
4cdf48ac76
2
Gemfile
2
Gemfile
|
@ -45,8 +45,6 @@ gem 'jquery-datatables-rails'
|
||||||
gem 'morrisjs-rails'
|
gem 'morrisjs-rails'
|
||||||
gem 'raphael-rails'
|
gem 'raphael-rails'
|
||||||
|
|
||||||
gem 'open_fest', path: 'lib/open_fest'
|
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'spring'
|
gem 'spring'
|
||||||
gem 'spring-commands-rspec'
|
gem 'spring-commands-rspec'
|
||||||
|
|
|
@ -5,14 +5,6 @@ GIT
|
||||||
specs:
|
specs:
|
||||||
yaml_db (0.2.3)
|
yaml_db (0.2.3)
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: lib/open_fest
|
|
||||||
specs:
|
|
||||||
open_fest (0.0.1)
|
|
||||||
devise
|
|
||||||
font-awesome-sass
|
|
||||||
rails (~> 4.2.3)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -375,7 +367,6 @@ DEPENDENCIES
|
||||||
jquery-rails
|
jquery-rails
|
||||||
morrisjs-rails
|
morrisjs-rails
|
||||||
nested_form
|
nested_form
|
||||||
open_fest!
|
|
||||||
pg
|
pg
|
||||||
phony_rails
|
phony_rails
|
||||||
pry-rails
|
pry-rails
|
||||||
|
|
Loading…
Reference in New Issue