gunnertechnology 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ module Gunnertechnology
|
|
20
20
|
gem "jquery-rails", ">= 0.2.6"
|
21
21
|
gem "paperclip", ">= 2.3.8"
|
22
22
|
gem "mysql2", ">= 0.2.6"
|
23
|
-
gem "gunnertechnology", ">= 0.1.
|
23
|
+
gem "gunnertechnology", ">= 0.1.2"
|
24
24
|
|
25
25
|
gem "sqlite3-ruby", ">= 1.3.2", :require => "sqlite3", :groups => [:development,:test]
|
26
26
|
gem "rspec-rails", ">= 2.5.0", :groups => [:development,:test]
|