* added refinerycms(-blog) as depencies * removed capybara (we won't do any browsertests here) * initialized refinery in dummy app
		
			
				
	
	
		
			14 lines
		
	
	
		
			299 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			299 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
source "http://rubygems.org"
 | 
						|
 | 
						|
gem "rails", "3.0.7"
 | 
						|
#gem "capybara", ">= 1.0.0.beta1"
 | 
						|
gem "sqlite3"
 | 
						|
 | 
						|
gem "rspec-rails", ">= 2.6.0"
 | 
						|
 | 
						|
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
 | 
						|
# gem 'ruby-debug'
 | 
						|
# gem 'ruby-debug19'
 | 
						|
 | 
						|
gem 'refinerycms-wordpress-import', :path => './'
 |