Gemfile in iqvoc_inflectionals-1.1.1 vs Gemfile in iqvoc_inflectionals-1.1.3

- old
+ new

@@ -1,15 +1,15 @@ source 'http://rubygems.org' -gem 'rails', '~> 3.2.1' -gem 'iqvoc', '~> 3.5.1' -gem 'iqvoc_skosxl', '~> 1.2.0' +gem 'rails', '~> 3.2.1' +gem 'iqvoc', '~> 3.5.1'#, :path => '../iqvoc' +gem 'iqvoc_skosxl', '~> 1.2.0'#, :path => '../iqvoc_skosxl' group :development, :test do gem 'sqlite3' end group :test do gem 'test-unit' - gem 'spork', '~> 0.9.0.rc' # v0.9 required for spork-testunit + gem 'spork' gem 'spork-testunit' end