Skip to content

Commit

Permalink
Update resque-web gem version in dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillplatonov committed May 26, 2017
1 parent c8e8096 commit 2d6c409
Show file tree
Hide file tree
Showing 9 changed files with 87 additions and 99 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

if RUBY_VERSION >= "2.2.0"
appraise 'rails50' do
gem 'rails', '~> 5.0.2'
gem 'rails', '~> 5.0.3'
gem 'rails-controller-testing'
end
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
resque-web (0.0.9)
resque-web (0.0.11)
coffee-rails
font-awesome-sass
jquery-rails
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails40.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ gem "minitest-spec-rails"
gem "coveralls", :require => false
gem "redcard"
gem "mocha", :require => false
gem "pry"
gem "rails", "~> 4.0.13"
gem "nokogiri", "~> 1.6.0"

Expand Down
10 changes: 1 addition & 9 deletions gemfiles/rails40.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
resque-web (0.0.9)
resque-web (0.0.11)
coffee-rails
font-awesome-sass
jquery-rails
Expand Down Expand Up @@ -42,7 +42,6 @@ GEM
thor (>= 0.14.0)
arel (4.0.2)
builder (3.1.4)
coderay (1.1.1)
coffee-rails (4.2.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.2.x)
Expand Down Expand Up @@ -82,7 +81,6 @@ GEM
mail (2.6.4)
mime-types (>= 1.16, < 4)
metaclass (0.0.4)
method_source (0.8.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
Expand All @@ -97,10 +95,6 @@ GEM
multi_json (1.12.1)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.5.5)
rack-protection (1.5.3)
rack
Expand Down Expand Up @@ -146,7 +140,6 @@ GEM
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
slop (3.6.0)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -182,7 +175,6 @@ DEPENDENCIES
minitest-spec-rails
mocha
nokogiri (~> 1.6.0)
pry
rails (~> 4.0.13)
redcard
resque-web!
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails41.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ gem "minitest-spec-rails"
gem "coveralls", :require => false
gem "redcard"
gem "mocha", :require => false
gem "pry"
gem "rails", "~> 4.1.16"
gem "nokogiri", "~> 1.6.0"

Expand Down
10 changes: 1 addition & 9 deletions gemfiles/rails41.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
resque-web (0.0.9)
resque-web (0.0.11)
coffee-rails
font-awesome-sass
jquery-rails
Expand Down Expand Up @@ -44,7 +44,6 @@ GEM
thor (>= 0.14.0)
arel (5.0.1.20140414130214)
builder (3.2.3)
coderay (1.1.1)
coffee-rails (4.2.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.2.x)
Expand Down Expand Up @@ -84,7 +83,6 @@ GEM
mail (2.6.4)
mime-types (>= 1.16, < 4)
metaclass (0.0.4)
method_source (0.8.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
Expand All @@ -99,10 +97,6 @@ GEM
multi_json (1.12.1)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.5.5)
rack-protection (1.5.3)
rack
Expand Down Expand Up @@ -150,7 +144,6 @@ GEM
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
slop (3.6.0)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -187,7 +180,6 @@ DEPENDENCIES
minitest-spec-rails
mocha
nokogiri (~> 1.6.0)
pry
rails (~> 4.1.16)
redcard
resque-web!
Expand Down
24 changes: 12 additions & 12 deletions gemfiles/rails42.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
resque-web (0.0.9)
resque-web (0.0.11)
coffee-rails
font-awesome-sass
jquery-rails
Expand Down Expand Up @@ -46,7 +46,7 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
appraisal (2.1.0)
appraisal (2.2.0)
bundler
rake
thor (>= 0.14.0)
Expand All @@ -68,16 +68,16 @@ GEM
thor (~> 0.19.4)
tins (~> 1.6)
docile (1.1.5)
dotenv (2.2.0)
dotenv-rails (2.2.0)
dotenv (= 2.2.0)
railties (>= 3.2, < 5.1)
dotenv (2.2.1)
dotenv-rails (2.2.1)
dotenv (= 2.2.1)
railties (>= 3.2, < 5.2)
erubis (2.7.0)
execjs (2.7.0)
font-awesome-sass (4.7.0)
sass (>= 3.2)
globalid (0.3.7)
activesupport (>= 4.1.0)
globalid (0.4.0)
activesupport (>= 4.2.0)
i18n (0.8.1)
jquery-rails (4.3.1)
rails-dom-testing (>= 1, < 3)
Expand All @@ -93,14 +93,14 @@ GEM
tilt
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.4)
mail (2.6.5)
mime-types (>= 1.16, < 4)
metaclass (0.0.4)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.10.1)
minitest (5.10.2)
minitest-spec-rails (5.4.0)
minitest (~> 5.0)
rails (>= 4.1)
Expand Down Expand Up @@ -187,7 +187,7 @@ GEM
railties (>= 3.1)
tzinfo (1.2.3)
thread_safe (~> 0.1)
uglifier (3.1.12)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
vegas (0.1.11)
rack (>= 1.0.0)
Expand All @@ -209,4 +209,4 @@ DEPENDENCIES
uglifier

BUNDLED WITH
1.14.6
1.15.0
2 changes: 1 addition & 1 deletion gemfiles/rails50.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "minitest-spec-rails"
gem "coveralls", :require => false
gem "redcard"
gem "mocha", :require => false
gem "rails", "~> 5.0.2"
gem "rails", "~> 5.0.3"
gem "rails-controller-testing"

gemspec :path => "../"
Loading

0 comments on commit 2d6c409

Please sign in to comment.