Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fixtures/rails51/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.1.0.beta1'
# Use Puma as the app server
gem 'puma', '~> 3.7'
gem 'puma', '~> 5.6'
# Use SCSS for stylesheets
gem 'sass-rails', github: "rails/sass-rails"

Expand Down
52 changes: 30 additions & 22 deletions fixtures/rails51/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ GEM
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
arel (8.0.0)
builder (3.2.3)
builder (3.2.4)
byebug (9.0.6)
capybara (2.7.1)
addressable
Expand All @@ -90,41 +90,47 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.2.2)
crass (1.0.6)
debug_inspector (0.0.2)
erubi (1.6.0)
erubi (1.12.0)
execjs (2.7.0)
ffi (1.9.23)
globalid (0.3.7)
activesupport (>= 4.1.0)
httparty (0.15.6)
multi_xml (>= 0.5.2)
i18n (0.8.1)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jbuilder (2.6.3)
activesupport (>= 3.0.0, < 5.2)
multi_json (~> 1.2)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.0.3)
nokogiri (>= 1.5.9)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.6.4)
mime-types (>= 1.16, < 4)
method_source (0.8.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.10.1)
mini_portile2 (2.8.5)
minitest (5.20.0)
multi_json (1.12.1)
multi_xml (0.6.0)
nio4r (2.0.0)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
public_suffix (2.0.5)
puma (3.8.2)
rack (2.0.1)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
rack-test (0.6.3)
rack (>= 1.0)
rails (5.1.0.beta1)
Expand All @@ -139,11 +145,13 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 5.1.0.beta1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.2)
activesupport (>= 4.2.0, < 6.0)
nokogiri (~> 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (5.1.0.beta1)
actionpack (= 5.1.0.beta1)
activesupport (= 5.1.0.beta1)
Expand All @@ -166,10 +174,10 @@ GEM
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (4.0.0.beta4)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
Expand All @@ -178,7 +186,7 @@ GEM
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.0)
tzinfo (1.2.2)
tzinfo (1.2.11)
thread_safe (~> 0.1)
uglifier (3.1.7)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -206,7 +214,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
license_finder!
listen (>= 3.0.5, < 3.2)
puma (~> 3.7)
puma (~> 5.6)
rails (~> 5.1.0.beta1)
sass-rails!
selenium-webdriver
Expand Down