Fix exact gem versions
This commit is contained in:
37
Gemfile
37
Gemfile
@@ -1,31 +1,32 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '~>3.2'
|
gem 'rails', '3.2.13'
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
gem 'json'
|
gem 'json'
|
||||||
|
|
||||||
group :assets do
|
group :assets do
|
||||||
gem 'sass-rails', '~> 3.2.3'
|
gem 'sass-rails', '3.2.6'
|
||||||
gem 'coffee-rails', '~> 3.2.1'
|
gem 'coffee-rails', '3.2.2'
|
||||||
gem 'uglifier', '>= 1.0.3'
|
gem 'uglifier', '2.7.2'
|
||||||
end
|
end
|
||||||
|
|
||||||
gem 'acts_as_list', '~>0.2'
|
gem 'acts_as_list', '0.2.0'
|
||||||
gem 'acts_as_paranoid', '~>0.4'
|
gem 'acts_as_paranoid', '0.4.2'
|
||||||
gem 'acts_as_versioned', :git => 'https://github.com/jwhitehorn/acts_as_versioned.git'
|
gem 'acts_as_versioned',
|
||||||
gem 'bluecloth', '1.0.0', :path => './vendor/gems/bluecloth'
|
git: 'https://github.com/isoron/acts_as_versioned.git',
|
||||||
gem 'calendar_helper', "~>0.2"
|
ref: 'df85fc1e438c18dddf610414b5c8a1ee8a7cefc9'
|
||||||
|
gem 'bluecloth', '1.0.0', path: './vendor/gems/bluecloth'
|
||||||
|
gem 'calendar_helper', '0.2.5'
|
||||||
gem 'dynamic_form'
|
gem 'dynamic_form'
|
||||||
gem 'haml', '~>3.1'
|
gem 'haml', '3.1.8'
|
||||||
gem 'hpricot', '~>0.8'
|
gem 'hpricot', '0.8.6'
|
||||||
gem 'icalendar', '~>1.0'
|
gem 'icalendar', '1.4.1'
|
||||||
gem 'jquery-rails'
|
gem 'jquery-rails', '3.0.4'
|
||||||
gem 'shoulda', "~>3.5"
|
gem 'shoulda', "3.5.0"
|
||||||
gem 'will_paginate', "~>3.0"
|
gem 'will_paginate', "3.0.4"
|
||||||
gem 'simplecov'
|
gem 'rails-i18n', '3.0.0'
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
gem 'simplecov'
|
||||||
gem 'turn'
|
gem 'turn'
|
||||||
#gem 'silencer'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
78
Gemfile.lock
78
Gemfile.lock
@@ -1,6 +1,7 @@
|
|||||||
GIT
|
GIT
|
||||||
remote: https://github.com/jwhitehorn/acts_as_versioned.git
|
remote: https://github.com/isoron/acts_as_versioned.git
|
||||||
revision: 44dfe632ba8c97c786cbc172a2da18a41b17f668
|
revision: df85fc1e438c18dddf610414b5c8a1ee8a7cefc9
|
||||||
|
ref: df85fc1e438c18dddf610414b5c8a1ee8a7cefc9
|
||||||
specs:
|
specs:
|
||||||
acts_as_versioned (3.2.1)
|
acts_as_versioned (3.2.1)
|
||||||
activerecord
|
activerecord
|
||||||
@@ -45,22 +46,21 @@ GEM
|
|||||||
acts_as_paranoid (0.4.2)
|
acts_as_paranoid (0.4.2)
|
||||||
activerecord (~> 3.2)
|
activerecord (~> 3.2)
|
||||||
ansi (1.5.0)
|
ansi (1.5.0)
|
||||||
arel (3.0.2)
|
arel (3.0.3)
|
||||||
builder (3.0.4)
|
builder (3.0.4)
|
||||||
calendar_helper (0.2.5)
|
calendar_helper (0.2.5)
|
||||||
open4
|
open4
|
||||||
coffee-rails (3.2.2)
|
coffee-rails (3.2.2)
|
||||||
coffee-script (>= 2.2.0)
|
coffee-script (>= 2.2.0)
|
||||||
railties (~> 3.2.0)
|
railties (~> 3.2.0)
|
||||||
coffee-script (2.2.0)
|
coffee-script (2.4.1)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.6.3)
|
coffee-script-source (1.9.1.1)
|
||||||
docile (1.1.5)
|
docile (1.1.5)
|
||||||
dynamic_form (1.1.4)
|
dynamic_form (1.1.4)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
execjs (1.4.0)
|
execjs (2.6.0)
|
||||||
multi_json (~> 1.0)
|
|
||||||
haml (3.1.8)
|
haml (3.1.8)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
hpricot (0.8.6)
|
hpricot (0.8.6)
|
||||||
@@ -70,21 +70,21 @@ GEM
|
|||||||
jquery-rails (3.0.4)
|
jquery-rails (3.0.4)
|
||||||
railties (>= 3.0, < 5.0)
|
railties (>= 3.0, < 5.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
json (1.8.0)
|
json (1.8.3)
|
||||||
mail (2.5.4)
|
mail (2.5.4)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
mime-types (1.23)
|
mime-types (1.25.1)
|
||||||
minitest (4.7.5)
|
minitest (4.7.5)
|
||||||
multi_json (1.7.7)
|
multi_json (1.11.2)
|
||||||
open4 (1.3.0)
|
open4 (1.3.4)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.5)
|
||||||
rack (1.4.5)
|
rack (1.4.7)
|
||||||
rack-cache (1.2)
|
rack-cache (1.2)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
rack-ssl (1.3.3)
|
rack-ssl (1.3.4)
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (3.2.13)
|
rails (3.2.13)
|
||||||
actionmailer (= 3.2.13)
|
actionmailer (= 3.2.13)
|
||||||
@@ -94,6 +94,9 @@ GEM
|
|||||||
activesupport (= 3.2.13)
|
activesupport (= 3.2.13)
|
||||||
bundler (~> 1.0)
|
bundler (~> 1.0)
|
||||||
railties (= 3.2.13)
|
railties (= 3.2.13)
|
||||||
|
rails-i18n (3.0.0)
|
||||||
|
i18n (~> 0.5)
|
||||||
|
rails (>= 3.0.0, < 4.0.0)
|
||||||
railties (3.2.13)
|
railties (3.2.13)
|
||||||
actionpack (= 3.2.13)
|
actionpack (= 3.2.13)
|
||||||
activesupport (= 3.2.13)
|
activesupport (= 3.2.13)
|
||||||
@@ -101,10 +104,10 @@ GEM
|
|||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
rdoc (~> 3.4)
|
rdoc (~> 3.4)
|
||||||
thor (>= 0.14.6, < 2.0)
|
thor (>= 0.14.6, < 2.0)
|
||||||
rake (10.1.0)
|
rake (10.4.2)
|
||||||
rdoc (3.12.2)
|
rdoc (3.12.2)
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
sass (3.2.9)
|
sass (3.4.18)
|
||||||
sass-rails (3.2.6)
|
sass-rails (3.2.6)
|
||||||
railties (~> 3.2.0)
|
railties (~> 3.2.0)
|
||||||
sass (>= 3.1.10)
|
sass (>= 3.1.10)
|
||||||
@@ -120,50 +123,51 @@ GEM
|
|||||||
json (~> 1.8)
|
json (~> 1.8)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
simplecov-html (0.10.0)
|
simplecov-html (0.10.0)
|
||||||
sprockets (2.2.2)
|
sprockets (2.2.3)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
tilt (~> 1.1, != 1.3.0)
|
tilt (~> 1.1, != 1.3.0)
|
||||||
sqlite3 (1.3.7)
|
sqlite3 (1.3.10)
|
||||||
thor (0.18.1)
|
thor (0.19.1)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
treetop (1.4.14)
|
treetop (1.4.15)
|
||||||
polyglot
|
polyglot
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
turn (0.9.7)
|
turn (0.9.7)
|
||||||
ansi
|
ansi
|
||||||
minitest (~> 4)
|
minitest (~> 4)
|
||||||
tzinfo (0.3.37)
|
tzinfo (0.3.44)
|
||||||
uglifier (2.1.2)
|
uglifier (2.7.2)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
multi_json (~> 1.0, >= 1.0.2)
|
json (>= 1.8.0)
|
||||||
will_paginate (3.0.4)
|
will_paginate (3.0.4)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
acts_as_list (~> 0.2)
|
acts_as_list (= 0.2.0)
|
||||||
acts_as_paranoid (~> 0.4)
|
acts_as_paranoid (= 0.4.2)
|
||||||
acts_as_versioned!
|
acts_as_versioned!
|
||||||
bluecloth (= 1.0.0)!
|
bluecloth (= 1.0.0)!
|
||||||
calendar_helper (~> 0.2)
|
calendar_helper (= 0.2.5)
|
||||||
coffee-rails (~> 3.2.1)
|
coffee-rails (= 3.2.2)
|
||||||
dynamic_form
|
dynamic_form
|
||||||
haml (~> 3.1)
|
haml (= 3.1.8)
|
||||||
hpricot (~> 0.8)
|
hpricot (= 0.8.6)
|
||||||
icalendar (~> 1.0)
|
icalendar (= 1.4.1)
|
||||||
jquery-rails
|
jquery-rails (= 3.0.4)
|
||||||
json
|
json
|
||||||
rails (~> 3.2)
|
rails (= 3.2.13)
|
||||||
sass-rails (~> 3.2.3)
|
rails-i18n (= 3.0.0)
|
||||||
shoulda (~> 3.5)
|
sass-rails (= 3.2.6)
|
||||||
|
shoulda (= 3.5.0)
|
||||||
simplecov
|
simplecov
|
||||||
sqlite3
|
sqlite3
|
||||||
turn
|
turn
|
||||||
uglifier (>= 1.0.3)
|
uglifier (= 2.7.2)
|
||||||
will_paginate (~> 3.0)
|
will_paginate (= 3.0.4)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.10.6
|
1.10.6
|
||||||
|
|||||||
Reference in New Issue
Block a user