mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-23 06:16:44 +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
|
gemspec
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# This file was generated by Appraisal
|
# This file was generated by Appraisal
|
||||||
|
|
||||||
source "http://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "rails", "~> 4.0.13"
|
gem "rails", "~> 4.0.13"
|
||||||
gem "rspec", "~> 3.6.0"
|
gem "rspec", "~> 3.6.0"
|
||||||
@ -8,7 +8,7 @@ gem "rspec-rails", "~> 3.6.0"
|
|||||||
gem "timecop"
|
gem "timecop"
|
||||||
gem "byebug"
|
gem "byebug"
|
||||||
gem "appraisal"
|
gem "appraisal"
|
||||||
gem "sqlite3-ruby"
|
gem "sqlite3"
|
||||||
gem "nokogiri", "1.6.7"
|
gem "nokogiri", "1.6.7"
|
||||||
|
|
||||||
gemspec path: "../"
|
gemspec path: "../"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# This file was generated by Appraisal
|
# This file was generated by Appraisal
|
||||||
|
|
||||||
source "http://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "rails", "~> 4.1.14"
|
gem "rails", "~> 4.1.14"
|
||||||
gem "rspec", "~> 3.6.0"
|
gem "rspec", "~> 3.6.0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# This file was generated by Appraisal
|
# This file was generated by Appraisal
|
||||||
|
|
||||||
source "http://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "rails", "~> 4.2.8"
|
gem "rails", "~> 4.2.8"
|
||||||
gem "rspec", "~> 3.6.0"
|
gem "rspec", "~> 3.6.0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user