mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
https on rubygems
This commit is contained in:
parent
c81ec5d604
commit
5e6e5222dc
2
Gemfile
2
Gemfile
@ -1,4 +1,4 @@
|
||||
source 'http://rubygems.org'
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gemspec
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# This file was generated by Appraisal
|
||||
|
||||
source "http://rubygems.org"
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "rails", "~> 4.0.13"
|
||||
gem "rspec", "~> 3.6.0"
|
||||
@ -8,7 +8,7 @@ gem "rspec-rails", "~> 3.6.0"
|
||||
gem "timecop"
|
||||
gem "byebug"
|
||||
gem "appraisal"
|
||||
gem "sqlite3-ruby"
|
||||
gem "sqlite3"
|
||||
gem "nokogiri", "1.6.7"
|
||||
|
||||
gemspec path: "../"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# This file was generated by Appraisal
|
||||
|
||||
source "http://rubygems.org"
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "rails", "~> 4.1.14"
|
||||
gem "rspec", "~> 3.6.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# This file was generated by Appraisal
|
||||
|
||||
source "http://rubygems.org"
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "rails", "~> 4.2.8"
|
||||
gem "rspec", "~> 3.6.0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user