Skip to content

Commit

Permalink
Update Gemfile and Gemfile.lock to exec Ruby 2.2 on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
sho-h committed Sep 5, 2016
1 parent 1db926d commit bc05557
Show file tree
Hide file tree
Showing 24 changed files with 189 additions and 201 deletions.
5 changes: 3 additions & 2 deletions 4_2_2/ch01/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ gem 'jquery-rails', '4.0.3'
gem 'turbolinks', '2.3.0'
gem 'jbuilder', '2.2.3'
gem 'sdoc', '0.4.0', group: :doc
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

group :development, :test do
gem 'sqlite3', '1.3.9'
gem 'sqlite3', '1.3.11'
gem 'byebug', '3.4.0'
gem 'web-console', '2.0.0.beta3'
gem 'spring', '1.1.3'
end
gem 'web-console', '3.1.1', group: :development

group :production do
gem 'pg', '0.17.1'
Expand Down
24 changes: 11 additions & 13 deletions 4_2_2/ch01/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.3)
binding_of_caller (0.7.3.pre1)
debug_inspector (>= 0.0.1)
builder (3.2.2)
byebug (3.4.0)
columnize (~> 0.8)
Expand Down Expand Up @@ -72,11 +70,11 @@ GEM
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.6.2)
mini_portile (0.6.2)
mini_portile2 (2.0.0)
minitest (5.8.1)
multi_json (1.11.2)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
pg (0.17.1)
rack (1.6.4)
rack-test (0.6.3)
Expand Down Expand Up @@ -130,7 +128,7 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.9)
sqlite3 (1.3.11)
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
Expand All @@ -141,11 +139,10 @@ GEM
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
web-console (2.0.0.beta3)
activemodel (~> 4.0)
binding_of_caller (= 0.7.3.pre1)
railties (~> 4.0)
sprockets-rails (>= 2.0, < 4.0)
web-console (3.1.1)
activemodel (>= 4.2)
debug_inspector
railties (>= 4.2)

PLATFORMS
ruby
Expand All @@ -161,7 +158,8 @@ DEPENDENCIES
sass-rails (= 5.0.2)
sdoc (= 0.4.0)
spring (= 1.1.3)
sqlite3 (= 1.3.9)
sqlite3 (= 1.3.11)
turbolinks (= 2.3.0)
tzinfo-data
uglifier (= 2.5.3)
web-console (= 2.0.0.beta3)
web-console (= 3.1.1)
5 changes: 3 additions & 2 deletions 4_2_2/ch02/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ gem 'jquery-rails', '4.0.3'
gem 'turbolinks', '2.3.0'
gem 'jbuilder', '2.2.3'
gem 'sdoc', '0.4.0', group: :doc
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

group :development, :test do
gem 'sqlite3', '1.3.9'
gem 'sqlite3', '1.3.11'
gem 'byebug', '3.4.0'
gem 'web-console', '2.0.0.beta3'
gem 'spring', '1.1.3'
end
gem 'web-console', '3.1.1', group: :development

group :production do
gem 'pg', '0.17.1'
Expand Down
24 changes: 11 additions & 13 deletions 4_2_2/ch02/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.3)
binding_of_caller (0.7.3.pre1)
debug_inspector (>= 0.0.1)
builder (3.2.2)
byebug (3.4.0)
columnize (~> 0.8)
Expand Down Expand Up @@ -72,11 +70,11 @@ GEM
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.6.2)
mini_portile (0.6.2)
mini_portile2 (2.0.0)
minitest (5.8.1)
multi_json (1.11.2)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
pg (0.17.1)
rack (1.6.4)
rack-test (0.6.3)
Expand Down Expand Up @@ -130,7 +128,7 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.9)
sqlite3 (1.3.11)
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
Expand All @@ -141,11 +139,10 @@ GEM
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
web-console (2.0.0.beta3)
activemodel (~> 4.0)
binding_of_caller (= 0.7.3.pre1)
railties (~> 4.0)
sprockets-rails (>= 2.0, < 4.0)
web-console (3.1.1)
activemodel (>= 4.2)
debug_inspector
railties (>= 4.2)

PLATFORMS
ruby
Expand All @@ -161,7 +158,8 @@ DEPENDENCIES
sass-rails (= 5.0.2)
sdoc (= 0.4.0)
spring (= 1.1.3)
sqlite3 (= 1.3.9)
sqlite3 (= 1.3.11)
turbolinks (= 2.3.0)
tzinfo-data
uglifier (= 2.5.3)
web-console (= 2.0.0.beta3)
web-console (= 3.1.1)
5 changes: 3 additions & 2 deletions 4_2_2/ch03/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ gem 'jquery-rails', '4.0.3'
gem 'turbolinks', '2.3.0'
gem 'jbuilder', '2.2.3'
gem 'sdoc', '0.4.0', group: :doc
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

group :development, :test do
gem 'sqlite3', '1.3.9'
gem 'sqlite3', '1.3.11'
gem 'byebug', '3.4.0'
gem 'web-console', '2.0.0.beta3'
gem 'spring', '1.1.3'
end
gem 'web-console', '3.1.1', group: :development

group :test do
gem 'minitest-reporters', '1.0.5'
Expand Down
24 changes: 11 additions & 13 deletions 4_2_2/ch03/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ GEM
tzinfo (~> 1.1)
ansi (1.5.0)
arel (6.0.3)
binding_of_caller (0.7.3.pre1)
debug_inspector (>= 0.0.1)
builder (3.2.2)
byebug (3.4.0)
columnize (~> 0.8)
Expand Down Expand Up @@ -96,7 +94,7 @@ GEM
mini_backtrace (0.1.3)
minitest (> 1.2.0)
rails (>= 2.3.3)
mini_portile (0.6.2)
mini_portile2 (2.0.0)
minitest (5.8.1)
minitest-reporters (1.0.5)
ansi
Expand All @@ -105,8 +103,8 @@ GEM
ruby-progressbar
multi_json (1.11.2)
nenv (0.2.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
notiffany (0.0.8)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -172,7 +170,7 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.9)
sqlite3 (1.3.11)
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
Expand All @@ -183,11 +181,10 @@ GEM
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
web-console (2.0.0.beta3)
activemodel (~> 4.0)
binding_of_caller (= 0.7.3.pre1)
railties (~> 4.0)
sprockets-rails (>= 2.0, < 4.0)
web-console (3.1.1)
activemodel (>= 4.2)
debug_inspector
railties (>= 4.2)

PLATFORMS
ruby
Expand All @@ -206,7 +203,8 @@ DEPENDENCIES
sass-rails (= 5.0.2)
sdoc (= 0.4.0)
spring (= 1.1.3)
sqlite3 (= 1.3.9)
sqlite3 (= 1.3.11)
turbolinks (= 2.3.0)
tzinfo-data
uglifier (= 2.5.3)
web-console (= 2.0.0.beta3)
web-console (= 3.1.1)
5 changes: 3 additions & 2 deletions 4_2_2/ch04/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ gem 'jquery-rails', '4.0.3'
gem 'turbolinks', '2.3.0'
gem 'jbuilder', '2.2.3'
gem 'sdoc', '0.4.0', group: :doc
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

group :development, :test do
gem 'sqlite3', '1.3.9'
gem 'sqlite3', '1.3.11'
gem 'byebug', '3.4.0'
gem 'web-console', '2.0.0.beta3'
gem 'spring', '1.1.3'
end
gem 'web-console', '3.1.1', group: :development

group :test do
gem 'minitest-reporters', '1.0.5'
Expand Down
24 changes: 11 additions & 13 deletions 4_2_2/ch04/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ GEM
tzinfo (~> 1.1)
ansi (1.5.0)
arel (6.0.3)
binding_of_caller (0.7.3.pre1)
debug_inspector (>= 0.0.1)
builder (3.2.2)
byebug (3.4.0)
columnize (~> 0.8)
Expand Down Expand Up @@ -96,7 +94,7 @@ GEM
mini_backtrace (0.1.3)
minitest (> 1.2.0)
rails (>= 2.3.3)
mini_portile (0.6.2)
mini_portile2 (2.0.0)
minitest (5.8.1)
minitest-reporters (1.0.5)
ansi
Expand All @@ -105,8 +103,8 @@ GEM
ruby-progressbar
multi_json (1.11.2)
nenv (0.2.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
notiffany (0.0.8)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -172,7 +170,7 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.9)
sqlite3 (1.3.11)
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
Expand All @@ -183,11 +181,10 @@ GEM
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
web-console (2.0.0.beta3)
activemodel (~> 4.0)
binding_of_caller (= 0.7.3.pre1)
railties (~> 4.0)
sprockets-rails (>= 2.0, < 4.0)
web-console (3.1.1)
activemodel (>= 4.2)
debug_inspector
railties (>= 4.2)

PLATFORMS
ruby
Expand All @@ -206,7 +203,8 @@ DEPENDENCIES
sass-rails (= 5.0.2)
sdoc (= 0.4.0)
spring (= 1.1.3)
sqlite3 (= 1.3.9)
sqlite3 (= 1.3.11)
turbolinks (= 2.3.0)
tzinfo-data
uglifier (= 2.5.3)
web-console (= 2.0.0.beta3)
web-console (= 3.1.1)
5 changes: 3 additions & 2 deletions 4_2_2/ch05/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ gem 'jquery-rails', '4.0.3'
gem 'turbolinks', '2.3.0'
gem 'jbuilder', '2.2.3'
gem 'sdoc', '0.4.0', group: :doc
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

group :development, :test do
gem 'sqlite3', '1.3.9'
gem 'sqlite3', '1.3.11'
gem 'byebug', '3.4.0'
gem 'web-console', '2.0.0.beta3'
gem 'spring', '1.1.3'
end
gem 'web-console', '3.1.1', group: :development

group :test do
gem 'minitest-reporters', '1.0.5'
Expand Down
24 changes: 11 additions & 13 deletions 4_2_2/ch05/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ GEM
tzinfo (~> 1.1)
ansi (1.5.0)
arel (6.0.3)
binding_of_caller (0.7.3.pre1)
debug_inspector (>= 0.0.1)
bootstrap-sass (3.2.0.0)
sass (~> 3.2)
builder (3.2.2)
Expand Down Expand Up @@ -98,7 +96,7 @@ GEM
mini_backtrace (0.1.3)
minitest (> 1.2.0)
rails (>= 2.3.3)
mini_portile (0.6.2)
mini_portile2 (2.0.0)
minitest (5.8.1)
minitest-reporters (1.0.5)
ansi
Expand All @@ -107,8 +105,8 @@ GEM
ruby-progressbar
multi_json (1.11.2)
nenv (0.2.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
notiffany (0.0.8)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -174,7 +172,7 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.9)
sqlite3 (1.3.11)
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
Expand All @@ -185,11 +183,10 @@ GEM
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
web-console (2.0.0.beta3)
activemodel (~> 4.0)
binding_of_caller (= 0.7.3.pre1)
railties (~> 4.0)
sprockets-rails (>= 2.0, < 4.0)
web-console (3.1.1)
activemodel (>= 4.2)
debug_inspector
railties (>= 4.2)

PLATFORMS
ruby
Expand All @@ -209,7 +206,8 @@ DEPENDENCIES
sass-rails (= 5.0.2)
sdoc (= 0.4.0)
spring (= 1.1.3)
sqlite3 (= 1.3.9)
sqlite3 (= 1.3.11)
turbolinks (= 2.3.0)
tzinfo-data
uglifier (= 2.5.3)
web-console (= 2.0.0.beta3)
web-console (= 3.1.1)
Loading

0 comments on commit bc05557

Please sign in to comment.